macro_rules! define_flavor {
($module: ident, $($capability:tt)*) => { ... };
(impl $module: ident, wasm) => { ... };
(impl $module: ident, consts) => { ... };
}macro_rules! define_flavor {
($module: ident, $($capability:tt)*) => { ... };
(impl $module: ident, wasm) => { ... };
(impl $module: ident, consts) => { ... };
}