/simple-wasm-examples

Collecttion of simple WebAssembly examples

Primary LanguageJava

Simple WebAssembly examples

This repository is a collection of WASM examples, going from simplest to slightly more complex ones.

The goal is to demonstrate how WASM binaries can be consumed from various environments. The binaries are currently produced by Rust.

Examples

Structure

Each directory comes with a Makefile. It is used only as a container for commands that are useful to try with the demos.

Languages

Following languages and environments are the primary target for consuming WebAssembly artefacts:

  • Javascript (from a webbrowser)
  • Rust
  • Java
  • Python
  • C++

Tools

Some tools help with defining bindings and they are going to be used and demonstrated in some of the demos.

Some of them are:

Contributions

Contributions are totally welcome! Please send PR.

Status

The collection is just starting. Please be patient - or consider adding your examples.