floooh / sokol-nim

nim bindings for https://github.com/floooh/sokol
MIT License
76 stars 14 forks source link

Added support for wasm using emscripten #31

Open Nazariglez opened 4 days ago

Nazariglez commented 4 days ago

This PR adds support for wasm using emscripten when consuming sokol as dependency from another project.

floooh commented 4 days ago

Nice! I have a couple of requests:

Nazariglez commented 2 days ago

Sure thing! I will do the changes and I'll added the readme section. I am having some issues with sokol and images, but is not related to emscripten so I'll open a new issue for that.