https://github.com/eniehack/shape-viewer-wasm
toy shape file viewer for learning ESRI shape file structures
https://github.com/eniehack/shape-viewer-wasm
rust shapefile sveltekit wasm
Last synced: 5 months ago
JSON representation
toy shape file viewer for learning ESRI shape file structures
- Host: GitHub
- URL: https://github.com/eniehack/shape-viewer-wasm
- Owner: eniehack
- Created: 2026-02-08T10:06:49.000Z (5 months ago)
- Default Branch: trunk
- Last Pushed: 2026-02-08T15:05:39.000Z (5 months ago)
- Last Synced: 2026-02-08T17:34:24.343Z (5 months ago)
- Topics: rust, shapefile, sveltekit, wasm
- Language: Rust
- Homepage: https://shape-viewer-wasm.eniehack.worker.dev
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## build
### wasm
1. install wasm-pack
1. `cd shp-parser && cargo install`
1. `wasm-pack build --target web --out-dir ../frontend/src/lib/wasm`
### frontend
1. build wasm
2. `pnpm run build`