tinygo/targets/wasi.json
2022-07-03 19:27:54 +02:00

24 строки
598 Б
JSON

{
"llvm-target": "wasm32-unknown-wasi",
"cpu": "generic",
"features": "+bulk-memory,+nontrapping-fptoint,+sign-ext",
"build-tags": ["tinygo.wasm", "wasi", "runtime_memhash_leveldb"],
"goos": "linux",
"goarch": "arm",
"linker": "wasm-ld",
"libc": "wasi-libc",
"scheduler": "asyncify",
"default-stack-size": 16384,
"cflags": [
"-mbulk-memory",
"-mnontrapping-fptoint",
"-msign-ext"
],
"ldflags": [
"--allow-undefined",
"--stack-first",
"--no-demangle"
],
"emulator": "wasmtime {}",
"wasm-abi": "generic"
}