ewasm 0.1.0

A modular WebAssembly runtime for Ethereum 2.0.
Documentation
mod execute;
mod externals;
mod resolver;
mod runtime;

pub use execute::Execute;
pub use runtime::Runtime;