Home
last modified time | relevance | path

Searched refs:instance_res (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/examples/
H A Dthreads.cc57 auto instance_res = Instance::create(store, module, {hello_func}); in run_worker() local
58 if (!instance_res) { in run_worker()
62 Instance instance = instance_res.unwrap(); in run_worker()