Skip to content

Commit

Permalink
split threads feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Oct 8, 2024
1 parent 08ffd65 commit 3dc520f
Show file tree
Hide file tree
Showing 124 changed files with 9,115 additions and 2,546 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
path = test/wasi-testsuite
url = https://github.com/WebAssembly/wasi-testsuite
branch = prod/testsuite-base
[submodule "examples/wasi_multi_threads_rustc/rust_wasm"]
path = examples/wasi_multi_threads_rustc/rust_wasm
[submodule "threads/examples/wasi_multi_threads_rustc/rust_wasm"]
path = threads/examples/wasi_multi_threads_rustc/rust_wasm
url = https://github.com/oligamiq/rust_wasm
sharrow = true
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

92 changes: 41 additions & 51 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 18 additions & 20 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "browser_wasi_shim_examples",
"publish": false,
"version": "0.0.0",
"license": "MIT OR Apache-2.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/bjorn3/browser_wasi_shim.git"
},
"author": "bjorn3",
"bugs": {
"url": "https://github.com/bjorn3/browser_wasi_shim/issues"
},
"homepage": "https://github.com/bjorn3/browser_wasi_shim#readme",
"dependencies": {
"@oligami/shared-object": "^0.1.1",
"browser_wasi_shim_examples": "file:",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0"
}
"name": "browser_wasi_shim_examples",
"publish": false,
"version": "0.0.0",
"license": "MIT OR Apache-2.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/bjorn3/browser_wasi_shim.git"
},
"author": "bjorn3",
"bugs": {
"url": "https://github.com/bjorn3/browser_wasi_shim/issues"
},
"homepage": "https://github.com/bjorn3/browser_wasi_shim#readme",
"dependencies": {
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0"
}
}
38 changes: 0 additions & 38 deletions examples/wasi_multi_threads/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions examples/wasi_multi_threads/thread_spawn.js

This file was deleted.

32 changes: 0 additions & 32 deletions examples/wasi_multi_threads/worker.js

This file was deleted.

28 changes: 0 additions & 28 deletions examples/wasi_multi_threads_channel/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions examples/wasi_multi_threads_channel/thread_spawn.js

This file was deleted.

32 changes: 0 additions & 32 deletions examples/wasi_multi_threads_channel/worker.js

This file was deleted.

78 changes: 0 additions & 78 deletions examples/wasi_multi_threads_rustc/clang.js

This file was deleted.

Loading

0 comments on commit 3dc520f

Please sign in to comment.