Commit 98740ce
committed
Update to latest StarlingMonkey
Also updates Rust version in CI: StarlingMonkey now needs 1.80.01 parent c4d72cd commit 98740ce
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Submodule StarlingMonkey updated 42 files
- .github/workflows/main.yml+6-6
- ADOPTERS.md+1
- CMakeLists.txt+18-13
- builtins/web/fetch/headers.cpp+3-2
- builtins/web/text-codec/text-decoder.cpp+15-5
- cmake/binaryen.cmake+1-1
- cmake/build-crates.cmake+48-4
- cmake/init-corrosion.cmake+2-2
- cmake/openssl.cmake+2-2
- cmake/spidermonkey.cmake+2-2
- cmake/toolchain.cmake+2
- cmake/wasm-tools.cmake+1-1
- cmake/wasmtime.cmake+1-1
- cmake/weval.cmake+1-1
- cmake/wizer.cmake+1
- componentize.sh.in+10-3
- crates/rust-encoding/Cargo.toml+11
- crates/rust-encoding/src/lib.rs+3
- crates/rust-hooks/Cargo.toml+13
- crates/rust-hooks/src/lib.rs+126
- crates/rust-hooks/src/wrappers.cpp+20
- crates/rust-multipart/Cargo.toml-3
- crates/rust-url/Cargo.toml-9
- include/config-parser.h+6
- include/extension-api.h+25-3
- runtime/crates/staticlib-template/Cargo.lock+457
- runtime/crates/staticlib-template/Cargo.toml.in+22
- runtime/crates/staticlib-template/rust-staticlib.rs.in+5
- runtime/debugger.cpp+2-2
- runtime/debugger.h+2
- runtime/engine.cpp+114-17
- runtime/script_loader.cpp+22-20
- runtime/script_loader.h+9
- rust-toolchain.toml+2-2
- spin.toml-18
- tests/e2e/init-script/expect_serve_stdout.txt+1
- tests/e2e/init-script/init-script.js+8
- tests/e2e/init-script/init.js+9
- tests/test.sh+6-1
- tests/tests.cmake+1
- tests/wpt-harness/expectations/url/url-setters-stripping.any.js.json+4-4
- tests/wpt-harness/expectations/url/url-setters.any.js.json+3-3
0 commit comments