Name | Default | Description |
---|---|---|
module.importName | c4wa | module name used in imported symbols |
module.memoryStatus | export:memory | export:name export memory as name; import:name import memory as name; internal memory is neither exported nor imported; none if no memory at all |
module.stackSize | 1024 | Size of main stack in bytes |
preprocessor.command | gcc -E -C -fdiagnostics-color | Preprocessor command to invoke |
wasm.bulk-memory | true | Bulk memory operations (memcpy , memset ) are still considered experimental. Set to false if your runtime doesn't support it |