Skip to content

Houses the standard library used by the flow itself. Not to be confused with the `engine`

License

Notifications You must be signed in to change notification settings

the-red-feather/lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geofront-lib: Geofront Library

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.

Usage:

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

More Specifically:

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

Dev Notes

which linalg library to use?

About

Houses the standard library used by the flow itself. Not to be confused with the `engine`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages