Update wasmtime headers, use latest wasmtime C APIs

This commit is contained in:
Max Brunsfeld 2023-10-27 21:30:13 +01:00
parent ae2f60d907
commit b23ef57259
12 changed files with 785 additions and 71 deletions

View file

@ -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,