1
1
mirror of https://github.com/tweag/asterius.git synced 2024-09-19 04:47:56 +03:00
asterius/wasm-toolkit/README.md

537 B

wasm-toolkit

A Haskell library to handle WebAssembly code. Currently contains:

  • Complete definition of the AST, including support for custom sections.
  • Binary encoder/decoder.
  • Stochastic fuzzer which generates syntactically correct AST to test binary encoder/decoder.

This library models WebAssembly in a "speccy" manner; it only deals with lists of instructions, and does not implement expression syntax trees. The library doesn't have third party dependencies other than boot libs (the test suite does rely on QuickCheck)