Skip to content

Commit 63303b8

Browse files
authored
Merge pull request bjorn3#83 from oligamiq/repair_small_mistake
Fix typo in .gitmodules and update README.md with browser compatibility notes
2 parents c3d9adc + 4cd601f commit 63303b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[submodule "threads/examples/wasi_multi_threads_rustc/rust_wasm"]
99
path = threads/examples/wasi_multi_threads_rustc/rust_wasm
1010
url = https://github.com/oligamiq/rust_wasm
11-
sharrow = true
11+
shallow = true

threads/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> [!WARNING]
44
> The code in this directory is less production ready than the main browser_wasi_shim code.
5+
> This code requires `SharedArrayBuffer`, `waitAsync` and `Atomics` to be enabled in the browser, so it may not work in all browsers.
6+
> For example, Firefox failed to run the demo in this directory.
7+
> Chrome worked fine.
8+
> This library require `cross-origin isolation` to be enabled in the browser.
59
610
This project implement threads on browser_wasi_shim
711

0 commit comments

Comments
 (0)