Skip to content

cityjson/cjval_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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