wasm-tools 1.246.2

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
;; RUN: wast --assert default --snapshot tests/snapshots %

(assert_invalid
  (module
    (func
      block $l (result anyref)
        try_table (catch_all_ref $l)
        end
      end
    )
  )
  "type mismatch: catch_all_ref label must a subtype of (ref exn)")