tinygo/compileopts
Ayke van Laethem 268140ae40 wasm: remove -wasm-abi= flag
This flag controls whether to convert external i64 parameters for use in
a browser-like environment.

This flag was needed in the past because back then we only supported
wasm on browsers but no WASI. Now, I can't think of a reason why anybody
would want to change the default. For `-target=wasm` (used for
browser-like environments), the wasm_exec.js file expects this
i64-via-stack ABI. For WASI, there is no limitation on i64 values and
`-wasm-abi=generic` is the default.
2022-11-04 08:28:26 +01:00
..
config.go wasm: remove -wasm-abi= flag 2022-11-04 08:28:26 +01:00
options.go wasm: remove -wasm-abi= flag 2022-11-04 08:28:26 +01:00
options_test.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
target.go riscv: add "target-abi" metadata flag 2022-10-19 22:23:19 +02:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00