Replies: 1 comment 3 replies
-
Can you share your full link command? Are you using emscripten's generated JS file to load the wasm? Are you linking with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I am trying to create a js style dynamic Object in C++ and set its properties in runtime.
Here is what I do:
Then in browser I have this error:
Import #116 module="env" function="_emval_new_object" error: function import requires a callable
What am I doing wrong?I have found this example here.
I also tried created an object like this:
which results in the same error.
Beta Was this translation helpful? Give feedback.
All reactions