We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there! I was checking this out today, and I got the following error:
> ..\fpc-wasm\compiler\ppwasm.exe -a .\lyff\lyff.pas system.wat:8:13: error: undefined global variable "$__stack_top" get_global $__stack_top ^^^^^^^^^^^^ system.wat:11:13: error: undefined global variable "$__stack_top" set_global $__stack_top ^^^^^^^^^^^^ system.pas(19,1) Error: Error while assembling exitcode 1 system.pas(19,1) Fatal: There were 2 errors compiling module, stopping Fatal: Compilation aborted
I'm new to Free Pascal, and in fact, just installed it to give this a try. Is there anything I'm doing wrong? I was following https://wiki.freepascal.org/WebAssembly/Compiler. Thanks!
The text was updated successfully, but these errors were encountered:
yes. sorry, the latest changes broke the compilation. in the meantime you might want to revert to the revision of Sep 21.
Sorry, something went wrong.
No branches or pull requests
Hey there! I was checking this out today, and I got the following error:
I'm new to Free Pascal, and in fact, just installed it to give this a try. Is there anything I'm doing wrong? I was following https://wiki.freepascal.org/WebAssembly/Compiler. Thanks!
The text was updated successfully, but these errors were encountered: