nim-wasm-example icon indicating copy to clipboard operation
nim-wasm-example copied to clipboard

example "Nim to wasm".

Nim WebAssembly Example

git clone https://github.com/2vg/nim-wasm-example
cd nim-wasm-example
nimble installEmcc
nimble buildwasm
nimble execwasm

Requirements

  • Java (for the Closure Compiler, can be OpenJDK Headless at least).