Wasmtime
wasmtime::Module Class Reference

Representation of a compiled WebAssembly module. More...

#include <module.hh>

Detailed Description

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.


The documentation for this class was generated from the following file: