Function wasmi_c_api::wasm_val_delete
source · #[no_mangle]
pub unsafe extern "C" fn wasm_val_delete(val: *mut wasm_val_t)Expand description
Deletes the wasm_val_t.
§Safety
The caller is responsible to provide a valid wasm_val_t that can safely be deleted.
The same wasm_val_t must not be deleted more than once.