Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dlinker.rs1453 let command_start = module.get_export("_start"); in categorize() localVariable
1455 match (command_start, reactor_start) { in categorize()
1456 (Some(command_start), None) => { in categorize()
1457 if let Some(_) = command_start.func() { in categorize()