emscripten-core / emscripten-core/emscripten
Request: supported interface to push GL resources made in JS to WASM side.
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
I found this older issue: https://github.com/emscripten-core/emscripten/issues/6103 which sort of solves the problem but appears to access internal details of Emscripten.
Is there an interface that one can register GL resources made in JS to be accessible on WASM (as GLuint names)?
I feel deeply uneasy using directly internal details of Emscripten's JS code.
Contributor guide
Assessment
This issue has not been assessed yet.