Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support wasm32-unknown-emscripten #195

Merged
merged 1 commit into from
Dec 7, 2021
Merged

support wasm32-unknown-emscripten #195

merged 1 commit into from
Dec 7, 2021

Conversation

caiiiycuk
Copy link
Contributor

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)

@caiiiycuk
Copy link
Contributor Author

Tested also in hello-triangle example of wgpu (gfx-rs/wgpu#2233)

Copy link
Owner

@grovesNL grovesNL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!
bors r+

@bors
Copy link
Contributor

bors bot commented Dec 7, 2021

Build succeeded:

@bors bors bot merged commit b6eb0ba into grovesNL:main Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants