Skip to content

Commit 0bd7423

Browse files
committed
update to latest Wasmtime 37 and WASIp3 snapshots
Signed-off-by: Joel Dice <[email protected]>
1 parent 308d91c commit 0bd7423

File tree

36 files changed

+389
-343
lines changed

36 files changed

+389
-343
lines changed

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http/src/trigger.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const WASI_HTTP_EXPORT_2023_11_10: &str = "wasi:http/[email protected]
3535
/// The `incoming-handler` export prefix for all `wasi:http` 0.2 versions
3636
const WASI_HTTP_EXPORT_0_2_PREFIX: &str = "wasi:http/[email protected]";
3737
/// The `handler` export `wasi:http` version 0.3.0-rc-2025-08-15
38-
const WASI_HTTP_EXPORT_0_3_0_RC_2025_08_15: &str = "wasi:http/[email protected]08-15";
38+
const WASI_HTTP_EXPORT_0_3_0_RC_2025_09_16: &str = "wasi:http/[email protected]09-16";
3939
/// The `inbound-http` export for `fermyon:spin`
4040
const SPIN_HTTP_EXPORT: &str = "fermyon:spin/inbound-http";
4141

@@ -70,7 +70,7 @@ impl HandlerType {
7070
`{WASI_HTTP_EXPORT_2023_10_18}`, \
7171
`{WASI_HTTP_EXPORT_2023_11_10}`, \
7272
`{WASI_HTTP_EXPORT_0_2_PREFIX}.*`, \
73-
`{WASI_HTTP_EXPORT_0_3_0_RC_2025_08_15}`, \
73+
`{WASI_HTTP_EXPORT_0_3_0_RC_2025_09_16}`, \
7474
or `{SPIN_HTTP_EXPORT}` but it exported none of those. \
7575
This may mean the component handles a different trigger, or that its `wasi:http` export is newer then those supported by Spin. \
7676
If you're sure this is an HTTP module, check if a Spin upgrade is available: this may handle the newer version."

0 commit comments

Comments
 (0)