From 5f928b74d20717342074bb29797c97d75120c21f Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 6 Dec 2023 02:08:39 +0100 Subject: feat: validate module opcodes, logging feature Signed-off-by: Henry Gressmann --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d34aeff..1f34a67 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -10,7 +10,7 @@ path="src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tinywasm={path="../tinywasm"} +tinywasm={path="../tinywasm", features=["std", "parser"]} argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" -- cgit v1.3.1