Function greenwasm_spectest::run_single_command_no_catch[][src]

pub fn run_single_command_no_catch<C: ScriptHandler>(
    cmd: CommandKind,
    c: &mut C
)

Run handler on a single wabt script command.

Unlike run_single_command, this does not catch a panic.