Commit cc3090c
committed
test unsafe-single-threaded-traits
1 parent 8401dcc commit cc3090c
File tree
7 files changed
+14
-18
lines changed- examples/rpc-client/src
- test/src
- worker-codegen/src
- worker/src
7 files changed
+14
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
Submodule wasm-bindgen updated 23 files
- .github/workflows/main.yml+23-21
- Cargo.toml+6
- crates/cli-support/src/js/binding.rs+10
- crates/cli-support/src/js/mod.rs+4-1
- crates/cli-support/src/wit/mod.rs+16-1
- crates/cli-support/src/wit/nonstandard.rs+3
- crates/futures/Cargo.toml+1
- crates/futures/src/lib.rs+11
- crates/macro-support/src/ast.rs+2
- crates/macro-support/src/encode.rs+1
- crates/macro-support/src/parser.rs+20
- crates/msrv/cli/Cargo.toml+9
- crates/shared/src/lib.rs+1
- crates/shared/src/schema_hash_approval.rs+1-1
- guide/src/SUMMARY.md+1
- guide/src/reference/attributes/on-rust-exports/this.md+29
- src/closure.rs+11
- src/lib.rs+20
- tests/atomics_conflict.rs+47
- tests/wasm/classes.js+17
- tests/wasm/classes.rs+28
- tests/wasm/main.rs+3
- tests/wasm/unsafe_send_sync.rs+99
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
0 commit comments