ewasm 0.1.0

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