Module wasmtime_environ::obj
source · Expand description
Utilities for working with object files that operate as Wasmtime’s serialization and intermediate format for compiled modules.
Functions
- Returns the symbol name in an object file for the corresponding wasm function index in a module.
- Returns the symbol name in an object file for the corresponding trampoline for the given signature in a module.
- Attempts to extract the corresponding function index from a symbol possibly produced by
func_symbol_name
. - Attempts to extract the corresponding signature index from a symbol possibly produced by
trampoline_symbol_name
.