Delete wasmate

binaryen's s2wasm now passes more tests than wasmate used to. It's easier to modify and should be the way forward to translate .s -> .wast files for now. Eventually LLVM's own tooling should also be able to do this.
114 files changed
tree: e81aa9dd3d0c3bf9974f6a06f5421c54cfed9759
  1. buildbot/
  2. third_party/
  3. .gitignore
  4. __init__.py
  5. LICENSE
  6. README.md
  7. setup.cfg
README.md

WebAssembly Experiments

Loosely-coupled collection of quick-and-dirty experiments.

Create one sub-folder per experiment, each with their own README.md and LICENSE, or default to the Apache 2.0 license which otherwise covers this repository.

Make sure that any third party code used in your experiments is contained in the root third_party folder of this repository.

Don‘t fret over code reviews, pull requests and issue tracking in this repository: it’s the wild west, and mostly anything goes.

Happy assembling!