Skip to content

ewasm/sentinel-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentinel.rs

Validator and metering injector for eWASM.

Build

  1. Install wasm-chisel
$ cargo install chisel

Make sure to install at least 0.5.0.

  1. Build sentinel
$ cargo build --release --target wasm32-unknown-unknown

The resulting binary is at target/wasm32-unknown-unknown/release/sentinel_rs.wasm.

  1. Transform with chisel
$ chisel run

Now you have the binary ready.

Author(s)

Alex Beregszaszi

License

Apache 2.0