Closed caiiiycuk closed 2 years ago
Related to #189 To support wasm32-unknown-emscripten no need to do anything special like c api. It just works as is, because emscripten emulates OpenGL ES 3.0, so just disabling web path for it works fine (tested on vange-rs project)
wasm32-unknown-emscripten
Tested also in hello-triangle example of wgpu (https://github.com/gfx-rs/wgpu/pull/2233)
Build succeeded:
Related to #189 To support
wasm32-unknown-emscripten
no need to do anything special like c api. It just works as is, because emscripten emulates OpenGL ES 3.0, so just disabling web path for it works fine (tested on vange-rs project)