mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-01 09:37:48 +00:00
16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"llvm-target": "wasm32-unknown-unknown-wasm",
|
|
"build-tags": ["js", "wasm"],
|
|
"compiler": "clang-7",
|
|
"linker": "ld.lld-7",
|
|
"cflags": [
|
|
"--target=wasm32",
|
|
"-Oz"
|
|
],
|
|
"ldflags": [
|
|
"-flavor", "wasm",
|
|
"-allow-undefined"
|
|
],
|
|
"emulator": ["cwa"]
|
|
}
|