Skip to content

easegress-io/easegress-rust-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages