All Classes and Interfaces

Class
Description
 
Represents the linear memory in the Wasm program.
Represents the linear memory in the Wasm program.
 
 
 
This represents an Exported function from the Wasm module.
 
A HostFunction is an ExternalFunction that has been defined by the host.
 
 
 
 
 
An external value is the runtime representation of an entity that can be imported.
 
 
 
 
 
 
This is responsible for holding and interpreting the Wasm code.
 
 
 
 
 
 
Note: Some opcodes are easy or trivial to implement as compiler intrinsics (local.get, i32.add, etc).
Represents a frame, doesn't hold the stack, just local variables and the `pc` which is the program counter in this function.
The runtime storage for all function, global, memory, table instances.
 
 
 
 
Represents a Java function that can be called from Wasm.