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
Create an index.js file with this content:
index.js
console.log("Olá, mundo!");
Compile
>porf --compiler=gcc native index.js out.exe [5308ms] compiled index.js -> out.exe (109.8KB)
>out.exe Olß, mundo!
>porf --version 0.37.18+49d485eb4
>gcc --version gcc (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders, r1) 14.2.0
Running porf -e "console.log('Olá mundo')" logs correctly.
porf -e "console.log('Olá mundo')"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create an
index.js
file with this content:Compile
>porf --version 0.37.18+49d485eb4
>gcc --version gcc (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders, r1) 14.2.0
Running
porf -e "console.log('Olá mundo')"
logs correctly.The text was updated successfully, but these errors were encountered: