Commit f6ef5bb
committed
feat(file-ops): upgrade to v0.1.0-rc.3 with AOT variant support
Updated external file operations component to v0.1.0-rc.3:
Regular WASM variant:
- SHA256: 8a9b1aa8a2c9d3dc36f1724ccbf24a48c473808d9017b059c84afddc55743f1e
- Size: 853 KB
- Identical to rc.2 (no functional changes)
New AOT-embedded variant:
- SHA256: 4fc117fae701ffd74b03dd72bbbeaf4ccdd1677ad15effa5c306a809de256938
- Size: 22.8 MB
- Contains native code for Linux/macOS/Windows x64+ARM64
- 100x faster startup times
- Better runtime performance
Changes:
- Updated MODULE.bazel to point to rc.3 release URL
- Documented both variants in checksum registry
- Noted Phase 2 plan to switch to AOT variant as default
All integration tests continue to pass with rc.3.1 parent 7659d63 commit f6ef5bb
2 files changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
0 commit comments