summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-17 20:57:17 +0200
committerHenry <mail@henrygressmann.de>2026-04-17 21:00:18 +0200
commit468a600d029d6aa45447c4346b11c9b9371050ca (patch)
tree434c5bbe3d2c71e04a664403dfc1cc21c97f21d5 /Cargo.toml
parent4edfbab882948fe3424b76aebdfd02383adfab01 (diff)
feat: refactor optimizer + executor, add v128 super instructions
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca977f9..499a0c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="246"
-wat="1.246"
-wasmparser={version="0.246", default-features=false}
+wast="247"
+wat="1.247"
+wasmparser={version="0.247", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"