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
..
ar.go
build.go
builder_test.go
buildid.go
builtins.go
cc.go
cc1as.cpp
cc1as.h
cc_test.go
clang.cpp
commands.go
config.go
darwin-libsystem.go
elfpatch.go
env.go
error.go
esp.go
jobs.go
library.go
lld.cpp
mingw-w64.go
musl.go
nrfutil.go
objcopy.go all: remove calls to deprecated ioutil package 2022-08-07 10:32:23 +02:00
picolibc.go
sizes.go
tools-builtin.go
tools-external.go
tools.go
uf2.go