Skip to main content

ELF_WASMTIME_WASM_BYTECODE_ENDS

Constant ELF_WASMTIME_WASM_BYTECODE_ENDS 

Source
pub const ELF_WASMTIME_WASM_BYTECODE_ENDS: &str = ".wasmtime.wasm_bytecode_ends";
Expand description

This is the name of the companion section to ELF_WASMTIME_WASM_BYTECODE that stores the end-offset table used to locate individual module bytecodes within the concatenated data.

The section contains one little-endian u32 per core module in the artifact giving the end of that module’s bytecode in the concatenated bytecode section above.