Update wasmtime headers, use latest wasmtime C APIs
This commit is contained in:
parent
ae2f60d907
commit
b23ef57259
12 changed files with 785 additions and 71 deletions
|
|
@ -66,7 +66,7 @@ WASM_API_EXTERN wasmtime_error_t *wasmtime_memory_new(
|
|||
);
|
||||
|
||||
/**
|
||||
* \brief Returns the tyep of the memory specified
|
||||
* \brief Returns the type of the memory specified
|
||||
*/
|
||||
WASM_API_EXTERN wasm_memorytype_t* wasmtime_memory_type(
|
||||
const wasmtime_context_t *store,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue