[][src]Crate wasm_bindgen_wasm_conventions

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

Examples conventions include:

  • The shadow stack pointer
  • The canonical linear memory that contains the shadow 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_shadow_stack_pointer

Get the __shadow_stack_pointer.