[−][src]Module wasmer_runtime_c_api::instance
Instantiate a module, call functions, and read exports.
Structs
| wasmer_instance_context_t | Opaque pointer to a |
| wasmer_instance_t | Opaque pointer to a |
Functions
| wasmer_instance_call⚠ | Calls an exported function of a WebAssembly instance by |
| wasmer_instance_context_data_get | Gets the data that can be hold by an instance. |
| wasmer_instance_context_data_set | Sets the data that can be hold by an instance context. |
| wasmer_instance_context_get | Returns the instance context. Learn more by looking at the
|
| wasmer_instance_context_memory | Gets the |
| wasmer_instance_destroy | Frees memory for the given |
| wasmer_instance_exports⚠ | Gets all the exports of the given WebAssembly instance. |
| wasmer_instantiate⚠ | Creates a new WebAssembly instance from the given bytes and imports. |