Skip to content

Commit 3ffb682

Browse files
authored
c-api: Correct wasmtime_module_image_range type (#7110)
1 parent 8a88ff6 commit 3ffb682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/c-api/include/wasmtime/module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ WASM_API_EXTERN wasmtime_error_t *wasmtime_module_deserialize_file(
158158
* For more details see: https://docs.wasmtime.dev/api/wasmtime/struct.Module.html#method.image_range
159159
*/
160160
WASM_API_EXTERN void wasmtime_module_image_range(
161-
const wasm_module_t *module,
161+
const wasmtime_module_t *module,
162162
size_t *start,
163163
size_t *end
164164
);

0 commit comments

Comments
 (0)