Home
last modified time | relevance | path

Searched defs:wasm_exporttype_t (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/c-api/src/types/
H A Dexport.rs7 pub struct wasm_exporttype_t { struct
14 wasmtime_c_api_macros::declare_ty!(wasm_exporttype_t); argument
16 impl wasm_exporttype_t { implementation
17 pub(crate) fn new(name: String, ty: ExternType) -> wasm_exporttype_t { in new()
31 ) -> Option<Box<wasm_exporttype_t>> { in wasm_exporttype_new()