Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 921 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 921 Bytes

easegress-rust-demo

FOSSA Status

A Rust demo for Easegress WASM

Build

  1. Add wasm32-unknown-unknown target.
rustup target add wasm32-unknown-unknown 
  1. Build with this command
cargo build --target wasm32-unknown-unknown --release

If success, it will generate easegress_demo.wasm at the target/wasm32-unknown-unknown/release folder.

Note

If implement in your repo, please check [lib] and [dependencies] in Cargo.toml.

License

FOSSA Status