wasmer_c_api::wasm_c_api::unstable::features

Function wasmer_features_new

Source
#[no_mangle]
pub extern "C" fn wasmer_features_new() -> Box<wasmer_features_t>
Expand description

Creates a new wasmer_features_t.

§Example

See the module’s documentation.