Skip to content
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 9 commits into from
Jun 22, 2023
Merged

Commits on Feb 3, 2023

  1. 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.
    yamt committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0ef8b66 View commit details
    Browse the repository at this point in the history
  2. Regen configure

    ```
    docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:269
    ```
    yamt committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c4543e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    0980549 View commit details
    Browse the repository at this point in the history
  2. add a comment

    yamt committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a1959a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. configure.ac: add a comment

    yamt committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ce7d5c2 View commit details
    Browse the repository at this point in the history
  2. Regen configure

    yamt committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    bb26aa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    1393295 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    dd60e0a View commit details
    Browse the repository at this point in the history
  2. Pull in main

    erlend-aasland committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bd6231f View commit details
    Browse the repository at this point in the history