Merge pull request #3756 from alexcrichton/update-wasm-tools
Update wasm-tools crates
This commit is contained in:
@@ -13,8 +13,8 @@ arbitrary = { version = "1.0.0", features = ["derive"] }
|
||||
env_logger = "0.8.1"
|
||||
log = "0.4.8"
|
||||
rayon = "1.2.1"
|
||||
wasmparser = "0.81"
|
||||
wasmprinter = "0.2.31"
|
||||
wasmparser = "0.82"
|
||||
wasmprinter = "0.2.32"
|
||||
wasmtime = { path = "../wasmtime" }
|
||||
wasmtime-wast = { path = "../wast" }
|
||||
wasm-encoder = "0.6.0"
|
||||
|
||||
@@ -424,7 +424,7 @@ mod tests {
|
||||
br 0 (;@1;)
|
||||
end)
|
||||
(table (;0;) 20 externref)
|
||||
(global (;0;) (mut externref) (ref.null extern))
|
||||
(global (;0;) (mut externref) ref.null extern)
|
||||
(export "run" (func 3)))
|
||||
"#;
|
||||
eprintln!("expected WAT = {}", expected);
|
||||
|
||||
Reference in New Issue
Block a user