PistonDevelopers / glfw-rs

GLFW3 bindings and idiomatic wrapper for Rust.
Apache License 2.0
645 stars 123 forks source link

add emscripten support #531

Closed coderedart closed 1 year ago

coderedart commented 1 year ago

not much really, just adds emscripten support to allow compilation for wasm32-unknown-emscripten target.

coderedart commented 1 year ago

a sample live version that i made with my branch. https://coderedart.github.io/egui_glow_glfw_emscripten/

bvssvni commented 1 year ago

Merging

bvssvni commented 1 year ago

Thanks!