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

implement thread-spawn #81

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

implement thread-spawn #81

wants to merge 6 commits into from

Commits on Sep 23, 2024

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

Commits on Sep 27, 2024

  1. feature wasi thread-spawn

    oligamiq committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b389c72 View commit details
    Browse the repository at this point in the history
  2. Using LLVM's wasm-ld

    Change to use the first stdio
    
    fd_write can be async enabled
    
    move but wasm throw error:
      memory access out of bounds
    oligamiq committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2a0189f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c198838 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Solution to deadlock problem when lock_double_fd is the same fd. rewr…

    …itten fd_renumber. add .vscode on .gitignore. rm unused change. Pass fd_map as is to child threads. Change .gitmodules to tabs. reset run-testsuite.sh Minor modifications to the code.
    
    patch about null equal undefined on parse JSON.
    oligamiq committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    08ffd65 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. split threads feature

    oligamiq committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3dc520f View commit details
    Browse the repository at this point in the history