Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:20:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T18:41:46.093Z (almost 2 years ago)
- Topics: demo, parcel, rust-wasm, wasm
- Language: JavaScript
- Homepage: https://mthh.github.io/wasm_demo_contour/
- Size: 2.06 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- 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/).