@clevercloud/biscuit-component-wasm
v0.1.0
Published
This is an example application for [Biscuit tokens](https://github.com/clevercloud/biscuit), where you can manipulate tokens and their verification in your browser.
Downloads
7
Maintainers
Keywords
Readme
Biscuit playground
This is an example application for Biscuit tokens, where you can manipulate tokens and their verification in your browser.
build with:
wasm-pack build --target web --out-dir static --out-name biscuit
Generate the npm package:
wasm-pack build --target web --out-dir web --out-name biscuit
cd web
npm pack
// edit package.json to add "snippets" to the "files" array