/wasm-unic

An experiment of providing WebAssembly bindings for rust-unic

Primary LanguageJavaScriptMIT LicenseMIT

wasm-unic

An experiment of providing WebAssembly bindings for rust-unic

Live Demo

Build and Run Locally

  1. Build wasm package
$ wasm-pack build
  1. Install NPM depdendencies
$ cd www/
$ npm install
  1. Run the service locally
$ npm run dev