Open
Description
Is it possible to use the new Rust wasm lib-mapping without requiring support for async/await or futures, in general?
For context, I'm writing code in a context where all async operations are disallowed, which means that I'm stuck on 0.6.x of source-map. I was hoping to get the performance benefit of the wasm implementation but requiring async is a deal breaker.