aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/wasi.json
blob: 9ae96a338dc9138feb5f48ae5040742f680dea6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"llvm-target":   "wasm32-unknown-wasi",
	"cpu":           "generic",
	"build-tags":    ["tinygo.wasm", "wasi"],
	"goos":          "linux",
	"goarch":        "arm",
	"linker":        "wasm-ld",
	"libc":          "wasi-libc",
	"scheduler":     "asyncify",
	"default-stack-size": 16384,
	"ldflags": [
		"--allow-undefined",
		"--stack-first",
		"--no-demangle"
	],
	"emulator":      ["wasmtime"],
	"wasm-abi":      "generic"
}