Browse Source

c-api: Correct wasmtime_module_image_range type (#7110)

pull/7112/head
Tyler Rockwood 1 year ago
committed by GitHub
parent
commit
3ffb6828ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crates/c-api/include/wasmtime/module.h

2
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
);

Loading…
Cancel
Save