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 52cf4ec
Show file tree
Hide file tree
Showing 136 changed files with 9,243 additions and 2,544 deletions.
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 52cf4ec

Please sign in to comment.