Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).