-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix run_me.sh to work on macOS #101
base: main
Are you sure you want to change the base?
Conversation
Thanks @simonw for contributing this! We've reported the CLA portal failure to the responsible team. We will ping you once we have an update on that. |
Hello @simonw, Thank you for your contribution! Our internal team mentioned it was a transient issue with the GitHub authentication. Please, could you retry it in a new browser window? It should work now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @simonw!
@simonw Please, can you retry the CLA workflow? Sorry for the inconvenience. |
@simonw, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed. |
Hello @simonw, Sorry for the long time to reply and thank you for your contribution. After some long discussions, this project is currently in the process of being archived. However, the development of this project will continue as an independent community fork present at https://github.com/webassemblylabs/webassembly-language-runtimes. We would be grateful if you could recreate your contribution under that fork and we will work on applying it. |
I got errors running this script on macOS, because the
bash
version there didn't support the[[ ! -v WASI_SDK_PATH ]]
syntax and thedate
version did not supportdate --iso-8601=ns
.