Skip to content

coder543/zapper_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zapper_web

To build this project, make sure that cargo web is installed:

cargo install cargo-web

Then build it:

cargo web deploy --release --target wasm32-unknown-unknown

The release files will be in target/deploy/.

You can also do:

cargo web start --release --target wasm32-unknown-unknown

to have a development server start locally that you can browse to, which will rebuild as changes are made to the source code.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages