Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewasm/sentinel-rs

Validator and metering injector for Ewasm
https://github.com/ewasm/sentinel-rs

ethereum ewasm webassembly

Last synced: 10 days ago
JSON representation

Validator and metering injector for Ewasm

Awesome Lists containing this project

README

        

# sentinel.rs

Validator and metering injector for eWASM.

## Build

1. Install wasm-chisel

```sh
$ cargo install chisel
```

Make sure to install at least 0.5.0.

2. Build sentinel

```sh
$ cargo build --release --target wasm32-unknown-unknown
```

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

3. Transform with chisel

```sh
$ chisel run
```

Now you have the binary ready.

## Author(s)

Alex Beregszaszi

## License

Apache 2.0