Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 377 Bytes

FlatGeobuf Wasm

Experimental Wasm build of FlatGeobuf for Rust.

Build and run

Prerequisites: https://rustwasm.github.io/wasm-pack/installer/

  • npm install -- Setup Javascript modules

  • npm run start -- Serve the project locally for development at http://localhost:1234.

  • npm run build -- Bundle the project (in production mode)