Make `wit-parser` support `no_std` by wilfreddenton · Pull Request #2415 · bytecodealliance/wasm-tools
temporarily use forked id-arena use alloc BTreeMap and BinaryHeap use alloc BTreeMap and BTreeSet instead of std HashMap and HashSet import misc items from core/alloc instead of std use core Error, FromStr, and Debug add std feature and gate things behind it use different IndexMap/IndexSet for std vs no_std misc alloc imports add cargo check update workspace anyhow fixes
…s to resolve/mod.rs cleanup move logic from PackageSourceMap to PackageSources make methods public to avoid no_std flag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters