use-wasm-feature
WebAssembly feature primitives for RustUse. This crate models common feature flags and coarse status labels.
Example
use ;
let feature: WasmFeature = "bulk memory".parse.expect;
assert_eq!;
assert_eq!;
Scope
- Common Wasm feature flags.
- Stable and experimental status labels.
Non-goals
- No feature detection against runtimes.
- No compiler flag management.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license