#[no_mangle]
pub unsafe extern "C" fn wasmer_triple_new(
    triple: Option<&wasm_name_t>
) -> Option<Box<wasmer_triple_t>>
Expand description

Create a new wasmer_triple_t based on a triple string.

Example

See wasmer_triple_t or wasmer_triple_new_from_host.