Skip to content

ehtick/cjval_wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cjval_wasm

To compile and run locally:

  1. install wasm-pack
  2. wasm-pack build -t web --out-dir ./www/pkg/
  3. cd ./www/
  4. python -m http.server 8080 (or any local webserver will do)
  5. with your browser go to http://localhost:8080/

Online demo

==> demo

About

cjval compiled for WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • Rust 21.9%
  • HTML 14.1%
  • CSS 1.4%