From 963ddd26a89490458e31d9d553dffafe5e350e96 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 29 Jan 2024 22:38:06 +0100 Subject: chore: add more examples, refactoring Signed-off-by: Henry Gressmann --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"]} -- cgit v1.3.1