mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"llvm-target": "wasm32-unknown-unknown-wasm",
|
|
"build-tags": ["js", "wasm"],
|
|
"linker": "ld.lld-7",
|
|
"ldflags": [
|
|
"-flavor", "wasm",
|
|
"-allow-undefined"
|
|
],
|
|
"emulator": ["cwa"]
|
|
}
|