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 f4e55949a2 update to 1.0.13 (#1792557)
drop obsolete patch and work-arounds
bundle wasm-c-api (only wasm.h used for build)
double test timeout again to prevent test failures on armv7hl
disable a test failing on armv7hl (reported upstream)
2020-03-21 19:53:03 +01:00
.gitignore update to 1.0.13 (#1792557) 2020-03-21 19:53:03 +01:00
README.md Added the README 2019-04-15 13:55:10 +00:00
sources update to 1.0.13 (#1792557) 2020-03-21 19:53:03 +01:00
wabt-nogit.patch update to 1.0.13 (#1792557) 2020-03-21 19:53:03 +01:00
wabt.spec update to 1.0.13 (#1792557) 2020-03-21 19:53:03 +01: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).