|
Wasmtime
|
Representation of a compiled WebAssembly module. More...
#include <module.hh>
Representation of a compiled WebAssembly module.
This type contains JIT code of a compiled WebAssembly module. A Module is connected to an Engine and can only be instantiated within that Engine. You can inspect a Module for its type information. This is passed as an argument to other APIs to instantiate it.