
See the following bugs for more information: https://bugs.llvm.org/show_bug.cgi?id=41508 https://bugs.llvm.org/show_bug.cgi?id=37064
20 строки
410 Б
JSON
20 строки
410 Б
JSON
{
|
|
"llvm-target": "wasm32-unknown-unknown-wasm",
|
|
"build-tags": ["js", "wasm"],
|
|
"goos": "js",
|
|
"goarch": "wasm",
|
|
"compiler": "clang",
|
|
"linker": "wasm-ld",
|
|
"cflags": [
|
|
"--target=wasm32",
|
|
"-nostdlibinc",
|
|
"-Wno-macro-redefined",
|
|
"-Oz"
|
|
],
|
|
"ldflags": [
|
|
"--allow-undefined",
|
|
"--no-threads",
|
|
"--export-all"
|
|
],
|
|
"emulator": ["node", "targets/wasm_exec.js"]
|
|
}
|