Crate gear_wasm_builder
source ·Modules
Structs
- WASM building tool.
Constants
Functions
- Shorthand function to be used in
build.rs
. - Shorthand function to be used in
build.rs
. - Shorthand function to be used in
build.rs
. - Insert the export with the stack end address in
module
if there is the global ‘__stack_pointer’. By default rust compilation into wasm creates global ‘__stack_pointer’, which initialized by the end of stack address. Unfortunately this global is not an export.