There was an error while loading. Please reload this page.
WASM has a section that allows to define global variables that we then access from any function. We use it for internal WASM backend implementation of things like stack manipulation and memory allocator pointer.
WASM has a section that allows to define global variables that we then access from any function. We use it for internal WASM backend implementation of things like stack manipulation and memory allocator pointer.