We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a88ff6 commit 3ffb682Copy full SHA for 3ffb682
crates/c-api/include/wasmtime/module.h
@@ -158,7 +158,7 @@ WASM_API_EXTERN wasmtime_error_t *wasmtime_module_deserialize_file(
158
* For more details see: https://docs.wasmtime.dev/api/wasmtime/struct.Module.html#method.image_range
159
*/
160
WASM_API_EXTERN void wasmtime_module_image_range(
161
- const wasm_module_t *module,
+ const wasmtime_module_t *module,
162
size_t *start,
163
size_t *end
164
);
0 commit comments