wamr_sys

Function wasm_runtime_is_underlying_binary_freeable

Source
pub unsafe extern "C" fn wasm_runtime_is_underlying_binary_freeable(
    module: wasm_module_t,
) -> bool
Expand description

Query whether the wasm binary buffer used to create the module can be freed

@param module the target module @return true if the wasm binary buffer can be freed