mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-26 18:30:34 +00:00
fixup
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user