Crate wasm_bindgen_wasm_conventions

Source
Expand description

A tiny crate of utilities for working with implicit Wasm codegen conventions (often established by LLVM and lld).

Examples conventions include:

  • The stack pointer
  • The canonical linear memory that contains the stack

Structs§

FunctionTableEntry

Functions§

get_function_table_entry
Looks up a function table entry by index in the main function table.
get_memory
Get a Wasm module’s canonical linear memory.
get_or_insert_start_builder
get_stack_pointer
Get the __stack_pointer.
get_start
get_tls_base
Get the __tls_base.
insert_target_feature
target_feature