greenwasm-structure 0.3.0

An implementation of the structure section from the Webassembly spec.
1
2
3
4
5
6
#![feature(slice_patterns)]
#![feature(macro_at_most_once_rep)]

pub mod types;
pub mod instructions;
pub mod modules;