mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
Currently this overrides GOOS/GOARCH, which are also used for wasm. This will break people who rely on a command like this: tinygo build -o foo.wasm path/to/package They will need to update to explicitly set the target, for example: tinygo build -o foo.wasm -target=wasm path/to/package Fixes: https://github.com/tinygo-org/tinygo/issues/4439wasm-extension
Ayke van Laethem
2 months ago
1 changed files with 0 additions and 3 deletions
Loading…
Reference in new issue