Skip to content
Release 0.1.0

First release of Swam, including :

 - the `core` module that allows for parsing binary modules and validate
   them;
 - the `runtime` module that is a non-web embedding of WebAssembly,
   executing wasm modules;
 - the `text` module that contains a parser or the text format and a
   compiler to binary module.

The complete implementation is stream based.