emscripten
emscripten copied to clipboard
[dylink] Fix addEmJs when parameter is indirect pointer
I'm in the middle of porting libskk with glib, and encountered a SyntaxError: Unexpected token '*'.
Given the value of cSig, jsArg and jsArgs in debugger view, it seems straightforward.
Also see the failing test, an expectation needs to be updated. See instructions for that in the CI error.
Also see the failing test, an expectation needs to be updated. See instructions for that in the CI error.
I think just rebase should fix that