-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-101538: Add experimental wasi-threads build #101537
Merged
Merged
Commits on Feb 3, 2023
-
pythongh-101538: Add experimental wasi-threads build
eg. ``` autoconf export WASI_SDK_PATH=/opt/wasi-sdk-19.5g0236e959edbc ./Tools/wasm/wasm_build.py wasi-threads build ~/git/toywasm/b.thread/toywasm --wasi --wasi-dir . --wasi-dir ~/git/garbage/py/th2 -- builddir/wasi-threads/python.wasm ~/git/garbage/py/th2/thread.py ``` * I used an unreleased version of wasi-sdk * I used toywasm to test because wasmtime doesn't have necessary functionality yet.
Configuration menu - View commit details
-
Copy full SHA for 0ef8b66 - Browse repository at this point
Copy the full SHA 0ef8b66View commit details -
``` docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:269 ```
Configuration menu - View commit details
-
Copy full SHA for c4543e1 - Browse repository at this point
Copy the full SHA c4543e1View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0980549 - Browse repository at this point
Copy the full SHA 0980549View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1959a3 - Browse repository at this point
Copy the full SHA a1959a3View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce7d5c2 - Browse repository at this point
Copy the full SHA ce7d5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb26aa2 - Browse repository at this point
Copy the full SHA bb26aa2View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1393295 - Browse repository at this point
Copy the full SHA 1393295View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd60e0a - Browse repository at this point
Copy the full SHA dd60e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6231f - Browse repository at this point
Copy the full SHA bd6231fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.