Files
tinygo/builder
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
..
2022-11-04 08:28:26 +01:00
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2022-10-31 09:59:32 +01:00
2022-04-23 08:45:46 +02:00
2022-10-19 22:23:19 +02:00