vinayak-mehta / minimal

Minimal examples for compiling and running WebAssembly

Repository from Github https://github.comvinayak-mehta/minimalRepository from Github https://github.comvinayak-mehta/minimal

minimal

Minimal examples for compiling and running WebAssembly.

TL;DR

  • v1 - .wat to .wasm
  • v2 - Rust to .wasm using rustc
  • v3 - Rust to .wasm using cargo
  • v4 - Rust/JavaScript interop via wasm
  • v5 - full stack Rust via wasm

Sources

Examples adapted from:

Recommended background material here.

About

Minimal examples for compiling and running WebAssembly

License:MIT License


Languages

Language:JavaScript 59.7%Language:HTML 17.7%Language:Rust 17.5%Language:WebAssembly 5.1%