You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After solving the issue I mentioned in #17, I successfully built the .js and .wasm.
But trying to run it I see in console
[Warning] Invalid function pointer called with signature 'iii'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this) (xwsolve.js, line 1)
What is the purpose of auto-fill? Even on your website I can't tell what it does (and FWIW it does not spew this error)
The text was updated successfully, but these errors were encountered:
After solving the issue I mentioned in #17, I successfully built the .js and .wasm.
But trying to run it I see in console
What is the purpose of auto-fill? Even on your website I can't tell what it does (and FWIW it does not spew this error)
The text was updated successfully, but these errors were encountered: