Merge pull request #2110 from fitzgen/peepmatic-parse-nesting-depth

Peepmatic: Implement maximum nesting level in parser
This commit is contained in:
Nick Fitzgerald
2020-08-07 10:49:23 -07:00
committed by GitHub
7 changed files with 24 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ peepmatic = { path = "../peepmatic", optional = true, version = "0.66.0" }
peepmatic-traits = { path = "../peepmatic/crates/traits", optional = true, version = "0.66.0" }
peepmatic-runtime = { path = "../peepmatic/crates/runtime", optional = true, version = "0.66.0" }
regalloc = "0.0.28"
wast = { version = "15.0.0", optional = true }
wast = { version = "22.0.0", optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
# machine code. Integration tests that need external dependencies can be