tinygo/transform
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
..
testdata transform (MakeGCStackSlots): do not move the stack chain pop earlier 2022-06-10 17:25:02 +02:00
allocs.go
allocs_test.go all: update _test.go files for ioutil changes 2022-08-07 10:32:23 +02:00
errors.go
gc.go
gc_test.go
globals.go
globals_test.go
interface-lowering.go
interface-lowering_test.go
interrupt.go ci: add support for LLVM 15 2022-10-19 22:23:19 +02:00
interrupt_test.go
llvm.go
maps.go
maps_test.go all: add LLVM 12 support 2021-11-30 21:53:16 +01:00
optimizer.go
panic.go
panic_test.go transform: move tests to transform_test package 2021-04-22 19:53:42 +02:00
reflect.go
reflect_test.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
rtcalls.go ci: add support for LLVM 15 2022-10-19 22:23:19 +02:00
rtcalls_test.go
stacksize.go
stacksize_test.go all: add flag for setting the goroutine stack size 2022-09-15 12:43:51 +02:00
transform.go
transform_test.go
util.go
wasm-abi.go
wasm-abi_test.go