summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-29 22:38:06 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-29 22:38:06 +0100
commit963ddd26a89490458e31d9d553dffafe5e350e96 (patch)
tree7a23b0d135e004667f9e0154e89a6ec31b225ff1 /Cargo.toml
parentf8651619e576ac97209b72660144568b54eb965c (diff)
chore: add more examples, refactoring
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f52bc22..3bbbb35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,6 +44,7 @@ color-eyre="0.6"
criterion={version="0.5", features=["html_reports"]}
tinywasm={path="crates/tinywasm"}
+wat={version="1.0"}
wasmi={version="0.31", features=["std"]}
wasmer={version="4.2", features=["cranelift", "singlepass"]}
wasmtime={version="17.0", features=["cranelift"]}