Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 234 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 234 Bytes

CEL Rust

playground

Requirements

  • NodeJS
  • wasm-pack
  • Rust toolchain

Test

cargo test

WASM

# build
wasm-pack build web --target web
# tests
npx http-server web