0.1.1 • Published 2 years ago

geofront v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

gflib: Geofront Library

Usage

  • 🛠️ Build with wasm-pack build
    • Build for geofront: wasm-pack build --out-dir ../app/build/wasm-modules/startin/ --target web
  • 🔬 Test in Headless Browsers with wasm-pack test --headless --firefox
  • 🎁 Publish to NPM with wasm-pack publish --target web

build with

wasm-pack build --dev
wasm-pack build --out-dir build
wasm-pack build --out-dir ../../build/wasm-modules/hello-wasm/ --target web