/flatgeobuf-wasm

FlatGeobuf Wasm experiments

Primary LanguageRustApache License 2.0Apache-2.0

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)