Commit 12f5cb2
committed
update to wstd to remove Reactor
1 parent cf8b84b commit 12f5cb2
File tree
5 files changed
+68
-72
lines changed- components/eth-trigger-weather/src
- lib
5 files changed
+68
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
69 | 67 | | |
70 | | - | |
| 68 | + | |
71 | 69 | | |
72 | 70 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 86 | + | |
95 | 87 | | |
96 | 88 | | |
97 | 89 | | |
| |||
101 | 93 | | |
102 | 94 | | |
103 | 95 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
109 | 101 | | |
110 | | - | |
| 102 | + | |
111 | 103 | | |
112 | 104 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
123 | 113 | | |
124 | 114 | | |
125 | 115 | | |
| |||
- Cargo.lock+26-21
- Cargo.toml+2-2
- checksums.txt+7-7
- examples/Cargo-component.lock+3
- examples/Cargo.lock+31-26
- examples/Cargo.toml+2-2
- examples/build/components/chain_trigger_lookup.wasm
- examples/build/components/cosmos_query.wasm
- examples/build/components/echo_data.wasm
- examples/build/components/echo_raw.wasm
- examples/build/components/example_helpers.wasm
- examples/build/components/permissions.wasm
- examples/build/components/square.wasm
- examples/build/contracts/simple_example.wasm
- examples/components/chain-trigger-lookup/src/lib.rs+2-3
- examples/components/cosmos-query/src/lib.rs+4-3
- examples/components/old/ai-bouncer/src/bindings.rs+3-3
- examples/components/old/btc-avg/src/bindings.rs+1-1
- examples/components/permissions/src/lib.rs+27-70
- packages/cli/src/command/exec_component.rs+3-3
- packages/layer-tests/layer-tests.toml+1-1
- packages/wavs/src/bindings/compat.rs+14-14
- packages/wavs/src/engine/core.rs+1-1
- sdk/wasi/src/bindings/compat.rs+1-1
- sdk/wasi/src/cosmos/query.rs+19-24
- sdk/wasi/src/ethereum/provider.rs+18-22
- sdk/wasi/src/lib.rs-1
- sdk/wasi/src/wasi.rs-260
- sdk/wit/wavs_worker.wit+1-1
- sdk/wkg.lock+30
0 commit comments