-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using sample function Richard.js #209
Comments
Could you try |
1513/1514 optimizing...TypeError: Cannot read properties of undefined (reading 'push') |
Hmm, maybe try the option |
I can compile richards.js without any problem. However when I run richard.exe I do not get the result printed |
Yeah, there are still some issues to be fixed in the 2c compiler and in Porffor general. |
Will compileing to wasm help. And if so which wasm-engine to use? |
I'm pretty sure porffor just doesn't support some of the things that are used in there. You can try to compile to wasm but there are some details about importing that are a bit difficult, otherwise any wasm engine supporting exception handling should suffice. If you just want to run it, doing |
I try to compile the richard.js sample under windows to native using: porf native richard.js richard.exe --compiler=clang-cl
The result is: 1513/1514 optimizing...TypeError: Cannot read properties of undefined (reading 'push')
The text was updated successfully, but these errors were encountered: