diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-25 01:01:25 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-25 01:01:25 +0100 |
| commit | 64ed1bf86950c52e3400c0a536e223a53f48a4b7 (patch) | |
| tree | 90d03f81f2561f482a70719ad20324eece8251e1 /crates/cli/src/bin.rs | |
| parent | be0c5aa8ec4dcb9bd595edfc83b979aa40d6ae5d (diff) | |
feat: pass full wasm 1.0 testsuite
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/src/bin.rs')
| -rw-r--r-- | crates/cli/src/bin.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/crates/cli/src/bin.rs b/crates/cli/src/bin.rs index c8ab379..1c166cf 100644 --- a/crates/cli/src/bin.rs +++ b/crates/cli/src/bin.rs @@ -84,12 +84,7 @@ fn main() -> Result<()> { let cwd = std::env::current_dir()?; match args.nested { - TinyWasmSubcommand::Run(Run { - wasm_file, - engine, - args, - func, - }) => { + TinyWasmSubcommand::Run(Run { wasm_file, engine, args, func }) => { debug!("args: {:?}", args); let path = cwd.join(wasm_file.clone()); |
