wasm support
wjian23 opened this issue · 0 comments
wjian23 commented
Is your feature request related to a problem? Please describe.
support compile to wasm and run in web browser
Known issues and tasks
- compile to wasm
- run_on_demand not available in web
- futures executor not compatible in wasm and future block_on not work on web
- gpu impl with not compatible features, like bind_array
- review the window event in wasm
- script to run examples in wasm