Crate wasm_nopackage

source ·

Functions

  • Allocate memory into the module’s linear memory and return the offset to the start of the block.
  • 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.
  • message_js is avalable for module use. ex_message calls it
  • test method - used to check that HTML can provided the callback (See js implementations)