WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly. These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files. Unlike the WebAssembly spec interpreter (which is written to be as simple, declarative and "speccy" as possible), they are written in C/C++ and designed for easier integration into other systems. Unlike Binaryen these tools do not aim to provide an optimization platform or a higher-level compiler target; instead they aim for full fidelity and compliance with the spec (e.g. 1:1 round-trips with no changes to instructions).
Find a file
Dominik 'Rathann' Mierzejewski e4d0eabb6c python3 fixes
- disable regress/regress-30.txt until fixed for python3
  (https://github.com/WebAssembly/wabt/issues/1180)
- fix running test/wasm2c/spec tests under python3
  (https://github.com/WebAssembly/wabt/issues/1181)
2019-10-09 11:42:35 +02:00
.gitignore update to 1.0.12 (#1755644) 2019-10-07 11:27:33 +02:00
README.md Added the README 2019-04-15 13:55:10 +00:00
sources update to 1.0.12 (#1755644) 2019-10-07 11:27:33 +02:00
wabt-issue1044.patch work around interp/unary.txt test failure on F29 2019-04-17 17:03:34 +02:00
wabt-python.patch python3 fixes 2019-10-09 11:42:35 +02:00
wabt.spec python3 fixes 2019-10-09 11:42:35 +02:00

wabt

WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly. These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files. Unlike the WebAssembly spec interpreter (which is written to be as simple, declarative and "speccy" as possible), they are written in C/C++ and designed for easier integration into other systems. Unlike Binaryen these tools do not aim to provide an optimization platform or a higher-level compiler target; instead they aim for full fidelity and compliance with the spec (e.g. 1:1 round-trips with no changes to instructions).