This commit is contained in:
Ivan Enderlin
2020-10-12 18:02:45 +02:00
parent fe70330772
commit f866ea39fd

View File

@ -158,7 +158,7 @@ void *wasm_instance_get_vmctx_ptr(const wasm_instance_t *instance);
void wasm_module_name(const wasm_module_t *module, wasm_name_t *out);
bool wasm_module_set_name(const wasm_module_t *module, const wasm_name_t *name);
bool wasm_module_set_name(wasm_module_t *module, const wasm_name_t *name);
/**
* Gets the length in bytes of the last error if any.