#[no_mangle]
pub extern "C" fn wasm_engine_new() -> Box<wasm_engine_t>
Expand description

Creates a new Universal engine with the default compiler.

Example

See wasm_engine_delete.

cbindgen:ignore