marianoguerra/wax/feature does not have a README file
pub(all) enum Feature { CustomDescriptors CompactImportSection} derive(Compare, Eq, @moonbitlang/core/debug.DebugDebug)
fn Feature::description(self : Feature) -> String
fn Feature::enabled_by_default(self : Feature) -> Bool
fn Feature::name(self : Feature) -> String
pub struct Set { enabled : @moonbitlang/core/sorted_set.SortedSetSortedSet[Feature] explicitly_off : @moonbitlang/core/sorted_set.SortedSetSortedSet[Feature] used : @moonbitlang/core/sorted_set.SortedSetSortedSet[Feature]}
fn Set::declare_feature(self : Set, f : Feature) -> Unit
fn Set::explicitly_disabled(self : Set, f : Feature) -> Bool
fn Set::is_enabled(self : Set, f : Feature) -> Bool
fn Set::mark_used(self : Set, f : Feature) -> Unit
fn Set::used_features(self : Set) -> Array[Feature]
let all : Array[Feature]
fn configure(specs : Array[(Feature, Bool)]) -> Set
fn default() -> Set
fn of_name(s : String) -> Feature?
fn parse_spec(s : String) -> Result[(Feature, Bool), String]
fn set_config(specs : Array[(Feature, Bool)]) -> Unit
Install
The Wax language in MoonBit: parser, formatter, type checker, and wasm/wat emitters
Powered by MoonBit
© 2026 mooncakes.io