Wasmtime
wasmtime_module Struct Reference

A compiled Wasmtime module. More...

#include <module.h>

Detailed Description

A compiled Wasmtime module.

This type represents a compiled WebAssembly module. The compiled module is ready to be instantiated and can be inspected for imports/exports. It is safe to use a module across multiple threads simultaneously.


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