Skip to main content

Module features

Module features 

Source
Expand description

Feature gate registry for the TOML test runner.

Tests declare requires = ["feature1", "feature2"]. If any required feature is not in the implemented set, the test is skipped.

Functionsยง

implemented_features
Returns the set of features currently implemented in wasmsh.
missing_features
Check which required features are missing.