Merge pull request #3756 from alexcrichton/update-wasm-tools

Update wasm-tools crates
This commit is contained in:
Nick Fitzgerald
2022-02-03 11:19:55 -08:00
committed by GitHub
16 changed files with 105 additions and 45 deletions

View File

@@ -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);