Replies: 1 comment 21 replies
-
You do have access to |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is an major update about EMVAL related functionality in emscripten in version 2 and 3. And I am in needed to write a js code that can support both version
Something like this
I wish I could writing a code like
#if EMSCRIPTEN_VERSION < 2.2.0
to switch between code that depend and use_emval_register
and code that depend and use useEmval
object when anyone bring this code to use in difference emscripten versionIs it already possible? If not is it could be possible?
Alternatively, are there any compiler flag I could check to see if there is
Emval
object defined or I need to use_emval_register
instead ?Beta Was this translation helpful? Give feedback.
All reactions