mirror of
https://github.com/LukeHagar/wasm-overhead-research.git
synced 2025-12-06 04:22:06 +00:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"targets": {
|
|
"release": {
|
|
"outFile": "build/release.wasm",
|
|
"optimizeLevel": 3,
|
|
"shrinkLevel": 2,
|
|
"converge": true,
|
|
"noAssert": true,
|
|
"runtime": "stub",
|
|
"transform": ["json-as/transform"]
|
|
}
|
|
},
|
|
"options": {
|
|
"exportRuntime": false,
|
|
"bindings": "raw"
|
|
}
|
|
} |