Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 1.57 KB

properties.md

File metadata and controls

7 lines (7 loc) · 1.57 KB
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 falseif your runtime doesn't support it