A WASM target of the OpenFGA DSL Parser with examples.
You must have rustup and the rust toolchain
git clonethis repo- Make any development changes/edits (if desired)
- Add the wasm32-unknown-unknown target:
rustup target add wasm32-unknown-unknown - Compile to the wasm release:
cargo build --target wasm32-unknown-unknown --release - Copy the release WASM to the
examples/wasm_binariesdirectory