biscuit-auth / biscuit-wasm

WebAssembly wrapper for Biscuit authorization tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

more idiomatic API

Geal opened this issue · comments

the current API is entirely defined in Rust via wasm-bindgen, but could benefit from JS side helpers, like template strings

i think this is covered by #18 and #26