You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tinygo for 1.24 is out and works, BUT a little bug for crypto.
go version go1.24.1 darwin/arm64
tinygo version 0.36.0 darwin/arm64 (using go version go1.24.1 and LLVM version 19.1.2)
# tinygocd _examples/fetch && tinygo build -o workers_fetch_bin_js_wasmtiny.wasm -target wasm .
/opt/homebrew/opt/go/libexec/src/crypto/internal/sysrand/rand_js.go:13:22: //go:wasmimport gojs runtime.getRandomData: unsupported parameter type []byte
# gocd _examples/fetch && GOOS=js GOARCH=wasm go build -o workers_fetch_bin_js_wasmgo.wasm
# grab the wasm_exec.js from new place :)
cp /opt/homebrew/opt/go/libexec/lib/wasm/wasm_exec.js
The text was updated successfully, but these errors were encountered:
tinygo for 1.24 is out and works, BUT a little bug for crypto.
The text was updated successfully, but these errors were encountered: