//! Implementation based on the wasm-core-1 W3C standard
pubexterncrate greenwasm_structure as structure;pubexterncrate greenwasm_validation as validation;pubexterncrate greenwasm_binary_format as binary_format;pubexterncrate greenwasm_execution as execution;