Module universal

Source
Expand description

Universal engine

Structs§

CodeMemory
Mappings to regions of memory storing the executable JIT code.
LimitedMemoryPool
The pool of preallocated memory maps for storing the code.
Universal
The Universal builder
UniversalArtifact
A compiled wasm module, containing everything necessary for instantiation.
UniversalEngine
A WebAssembly Universal Engine.
UniversalExecutable
A wasm module compiled to some shape, ready to be loaded with UniversalEngine to produce an UniversalArtifact.
UniversalExecutableRef
A 0-copy view of the encoded UniversalExecutable payload.

Functions§

link_module
Links a module, patching the allocated functions with the required relocations and jump tables.