-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support wasm32-unknown-unknown backend? #395
Copy link
Copy link
Closed
Labels
C - in progressImplementation is proceeding smoothlyImplementation is proceeding smoothlyD - hardLikely harder than most tasks hereLikely harder than most tasks hereDS - webAffects the Web backend (WebAssembly/WASM)Affects the Web backend (WebAssembly/WASM)P - normalGreat to haveGreat to haveS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Description
Would it be possible/reasonable/desired to support a wasm32-unknown-unknown backend without needing to use emscripten? I'm a little inspired by this crate: https://github.com/ryanisaacg/quicksilver which does it by providing a Javascript interface and it seems to work okay, though I don't know what invariants winit needs to provide that wasm32-unknown-unknown might make hard (mainloop callback, presence of threads, etc).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - in progressImplementation is proceeding smoothlyImplementation is proceeding smoothlyD - hardLikely harder than most tasks hereLikely harder than most tasks hereDS - webAffects the Web backend (WebAssembly/WASM)Affects the Web backend (WebAssembly/WASM)P - normalGreat to haveGreat to haveS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?