Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 474 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 474 Bytes

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