Works with Emscripten/WASM? #118
Answered
by
albin-johansson
tim-taylor
asked this question in
Q&A
-
This looks like a really nice library - I've just discovered it and am looking forward to trying it out. Do you know if programs using it will compile easily with emscripten to wasm? |
Beta Was this translation helpful? Give feedback.
Answered by
albin-johansson
Mar 10, 2022
Replies: 1 comment 1 reply
-
Hi! Thanks for checking it out. I'm not very familiar with neither Emscripten nor Wasm, but it shouldn't be a problem as long as C++17 is supported by the toolchain. Centurion uses no other libraries than SDL and the C++ standard library, so that is pretty much the deciding factor. However, please let me know if there are any issues and I'll check it out. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
albin-johansson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Thanks for checking it out.
I'm not very familiar with neither Emscripten nor Wasm, but it shouldn't be a problem as long as C++17 is supported by the toolchain. Centurion uses no other libraries than SDL and the C++ standard library, so that is pretty much the deciding factor.
However, please let me know if there are any issues and I'll check it out.