https://github.com/mthh/wasm_demo_contour
Demo of contour and geojson rust libraries compiled to wasm and bundled using parcel
https://github.com/mthh/wasm_demo_contour
demo parcel rust-wasm wasm
Last synced: about 1 year ago
JSON representation
Demo of contour and geojson rust libraries compiled to wasm and bundled using parcel
- Host: GitHub
- URL: https://github.com/mthh/wasm_demo_contour
- Owner: mthh
- License: apache-2.0
- Created: 2019-01-21T21:49:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:20:13.000Z (over 3 years ago)
- Last Synced: 2025-03-27T12:23:21.082Z (about 1 year ago)
- Topics: demo, parcel, rust-wasm, wasm
- Language: JavaScript
- Homepage: https://mthh.github.io/wasm_demo_contour/
- Size: 2.06 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
#### `wasm_demo_contour` : [https://mthh.github.io/wasm_demo_contour/](https://mthh.github.io/wasm_demo_contour/)
Wasm demo of [contour](https://github.com/mthh/contour-rs) rust library compiled to webassembly and bundled using [parcel](https://github.com/parcel-bundler/parcel).
* `npm run start` -- Serve the project locally for development at `http://localhost:1234`.
* `npm run build` -- Bundle the project
Made using [`rust-parcel-template`](https://github.com/rustwasm/rust-parcel-template/).