Tyler Rockwood
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
); |
|
|
|