bytecodealliance / wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules
Apache License 2.0
1.21k stars 224 forks source link

Fold `resolve_world_from_name` helper into `select_world` #1611

Closed alexcrichton closed 3 weeks ago

alexcrichton commented 3 weeks ago

This is a follow-up to #1577 to refactor a bit to have bindings generators continue to use Resolve::select_world for figuring out what to generate bindings for.