Searched refs:option_string_to_tuple (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/tests/all/component_model/ |
| H A D | func.rs | 2428 let option_string_to_tuple = instance.get_typed_func::<(Option<&str>,), ((u32, WasmStr),)>( in option() localVariable 2432 let ((a, b),) = option_string_to_tuple.call(&mut store, (None,))?; in option() 2435 let ((a, b),) = option_string_to_tuple.call(&mut store, (Some(""),))?; in option() 2438 let ((a, b),) = option_string_to_tuple.call(&mut store, (Some("hello"),))?; in option()
|