wasm-tools 1.246.2

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

;;; WABT fold-throw.wat test (Copyright 2016- WebAssembly Community Group participants)
(module
  (tag $e0 (param i32))
  (tag $e1 (param f32 i32))

  (func i32.const 1 throw $e0)
  (func f32.const 2 i32.const 1 throw $e1))