pub fn execution_method_from_cli(
execution_method: WasmExecutionMethod,
instantiation_strategy: WasmtimeInstantiationStrategy,
) -> WasmExecutionMethodExpand description
Converts the execution method and instantiation strategy command line arguments into an execution method which can be used internally.