We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
First of, this looks very nice.
Luajit does not support all targets, so it would be nice to have the supported platforms as matrix, ideally in section Features.
Further more, it would be nice to have the exact commit hashes the assembly was created from.
The text was updated successfully, but these errors were encountered:
The assembly code in Neco is from the embedded packages https://github.com/tidwall/sco and https://github.com/tidwall/llco. Those packages use assembly from the minicoro library (MIT-0), specifically edubart/minicoro@ff5321d. The minicoro assembly implementation is inspired by Lua Coco by Mike Pall.
Sorry, something went wrong.
what about ios/android support ?
@calvin2021y I haven’t tested on those platforms. It may work with minimal tweaking, since both have posix apis that are similar to Mac and Linux.
No branches or pull requests
First of, this looks very nice.
Luajit does not support all targets,
so it would be nice to have the supported platforms as matrix, ideally in section Features.
Further more, it would be nice to have the exact commit hashes the assembly was created from.
The text was updated successfully, but these errors were encountered: