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
I can confirm this happens when relying on GOOS=wasip1 GOARCH=wasm, but it does not happen when passing -target=wasip1. Same as in #4439. (It's not specific to the time package.)
tinygo version 0.34.0 linux/amd64 (using go version go1.23.4 and LLVM version 18.1.2)
Without
time
package:GOOS=wasip1 GOARCH=wasm tinygo build -o ./wasmtest.wasm -buildmode=c-shared --no-debug -scheduler=none .
Result size: 9563 bytes
With
time
package:GOOS=wasip1 GOARCH=wasm tinygo build -o ./wasmtest.wasm -buildmode=c-shared --no-debug -scheduler=none .
Result size: 13698 bytes
Is it intended to have
syscall/js
dependencies in wasip1 builds?The text was updated successfully, but these errors were encountered: