Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: don't detect WebAssembly from the .wasm extension
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: #4439
- Loading branch information