Skip to content

kvsari/wasm-dicey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM DICEY

A wasm frontend for dicey-dice.

Prerequisites

  1. npm (recommended to use nvm)
  2. rust
  3. wasm-pack

How to build

Make sure that the wasm modules have been built first. Inside the ./crate dir;

wasm-pack build

This will create a pkg/ directory containing all our wasm stuff.

Then, in the project root, run

npm install 

to get all our dependencies.

Run development server

To run locally using the development server, after building, run

npm run start

Deployment

About

Wasm frontend for `dicey-dice`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published