#[no_mangle]
pub extern "C" fn wasmer_target_delete(
    _target: Option<Box<wasmer_target_t>>
)
Expand description

Delete a wasmer_target_t.

Example

See the module’s documentation.