Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 358 Bytes

File metadata and controls

25 lines (17 loc) · 358 Bytes

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