This is an 'std' library for the geofront environment. However, it is loaded like a plugin. This way, we both offer a base line of functionality, as well as explain how plugins are created.
- 🛠️ Build with
wasm-pack build
- Build for geofront:
wasm-pack build --out-dir ../app/public/wasm-modules/geofront/ --target web
- Build for geofront:
- 🔬 Test in Headless Browsers with
wasm-pack test --headless --firefox
- 🎁 Publish to NPM with
wasm-pack publish --target web
wasm-pack build --dev
wasm-pack build --out-dir build
wasm-pack build --out-dir ../../build/wasm-modules/hello-wasm/ --target web
which linalg library to use?