Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch: # Allows manual triggering from GitHub Actions UI

env:
VICEROY_TAG: v0.16.3
VICEROY_TAG: v0.16.4

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXAMPLES := bottle-app flask-app backend-requests game-of-life
EXAMPLE ?= bottle-app
WASM_FILE := $(BUILD_DIR)/$(EXAMPLE).composed.wasm

TARGET_WORLD := fastly:compute/service
TARGET_WORLD := fastly:compute/service@0.1.0

VICEROY ?= viceroy

Expand Down
2 changes: 1 addition & 1 deletion crates/fastly-compute-py/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub fn build(output: PathBuf, entry_name: String) -> Result<()> {
futures::executor::block_on(async {
componentize_py::componentize(
&[merged_wit_path.as_path()],
Some("fastly:compute/service"),
Some("fastly:compute/service@0.1.0"),
&[],
false,
Some("wit_world"),
Expand Down
345 changes: 0 additions & 345 deletions wit/deps/fastly-adapter/adapter.wit

This file was deleted.

Loading
Loading