Skip to content

dblclik/openfga-dsl-parser-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openfga-dsl-parser-wasm

A WASM target of the OpenFGA DSL Parser with examples.

Building the WASM Target

You must have rustup and the rust toolchain

  1. git clone this repo
  2. Make any development changes/edits (if desired)
  3. Add the wasm32-unknown-unknown target: rustup target add wasm32-unknown-unknown
  4. Compile to the wasm release: cargo build --target wasm32-unknown-unknown --release
  5. Copy the release WASM to the examples/wasm_binaries directory

About

A WASI target of the OpenFGA DSL Parser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages