Suggestion: SwiftWasm compatibility via new RealmJS Wasm

I have a lot of Swift code that uses RealmSwift but is otherwise quite portable code that could run in the browser via SwiftWASM. Now that you have RealmCore ported to the web via emscripten / the new realm-js alpha, it would be an absolute game-changer to have SwiftWASM support for wrapping RealmCore in the browser so that I can reuse my code cross-platform (including on non-browser platforms like Windows, Android where I can also run WASM in webviews). I’d rather reuse RealmSwift queries than have #if os everywhere to choose between JS bridge and apple native platforms.