Skip to content

Commit

Permalink
add podio for slight and update the slight example http reactor
Browse files Browse the repository at this point in the history
Signed-off-by: David Justice <[email protected]>
  • Loading branch information
devigned committed Mar 17, 2023
1 parent e43d0ad commit 708a171
Show file tree
Hide file tree
Showing 21 changed files with 1,240 additions and 964 deletions.
178 changes: 89 additions & 89 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ update-deps:

test/out_spin/img.tar: images/spin/Dockerfile
mkdir -p $(@D)
docker buildx build --platform=wasi/wasm -t $(TEST_IMG_NAME_SPIN) ./images/spin
docker buildx build --platform=wasi/wasm --load -t $(TEST_IMG_NAME_SPIN) ./images/spin
docker save -o $@ $(TEST_IMG_NAME_SPIN)

test/out_slight/img.tar: images/slight/Dockerfile
mkdir -p $(@D)
docker buildx build --platform=wasi/wasm -t $(TEST_IMG_NAME_SLIGHT) ./images/slight
docker buildx build --platform=wasi/wasm --load -t $(TEST_IMG_NAME_SLIGHT) ./images/slight
docker save -o $@ $(TEST_IMG_NAME_SLIGHT)

load: test/out_spin/img.tar test/out_slight/img.tar
Expand Down
Loading

0 comments on commit 708a171

Please sign in to comment.