summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-27 03:32:09 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-27 03:32:09 +0200
commit9218c956350b0a28c5ac4595c3906b25339194b2 (patch)
treed1b500fea94498eaf843627c75a517c1b35105f5 /crates/parser
parentcfcd1f77328f2778143ca092bfa3ec0c954f123e (diff)
chore: improve value stack
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
-rw-r--r--crates/parser/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 03d7c9b..6d48a24 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -16,3 +16,4 @@ tinywasm-types={version="0.7.0", path="../types", default-features=false}
default=["std", "logging"]
logging=["log"]
std=["tinywasm-types/std", "wasmparser/std"]
+nightly=[]