wasm_val_delete

Function wasm_val_delete 

Source
#[unsafe(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.