ewasm 0.2.3

A modular WebAssembly runtime for Ethereum 2.0.
Documentation
1
2
3
pub trait Execute {
    fn execute(&mut self) -> [u8; 32];
}