diff --git a/crates/c-api/include/wasmtime/module.h b/crates/c-api/include/wasmtime/module.h index 8eca72a4899e..222239e81f66 100644 --- a/crates/c-api/include/wasmtime/module.h +++ b/crates/c-api/include/wasmtime/module.h @@ -158,7 +158,7 @@ WASM_API_EXTERN wasmtime_error_t *wasmtime_module_deserialize_file( * For more details see: https://docs.wasmtime.dev/api/wasmtime/struct.Module.html#method.image_range */ WASM_API_EXTERN void wasmtime_module_image_range( - const wasm_module_t *module, + const wasmtime_module_t *module, size_t *start, size_t *end );