Crate wasm_nopackage
Source - alloc
- Allocate memory into the module’s linear memory
and return the offset to the start of the block.
- dealloc
- free memory taken up in linear memory.
The original pointer offset will be found in ptr, and the size of the previously allocated block is required.
- ex_message
- message_js is avalable for module use.
ex_message calls it
- go_live
- plugin_name
- plugin_name_len
- set_plugin_name
- test_callback⚠
- test method - used to check that HTML can provided the callback (See js implementations)