Skip to content

Commit

Permalink
comment, bump 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Dec 10, 2024
1 parent 107e84b commit 93471bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "1.3.0"
version = "1.3.1"
edition = "2021"
authors = ["The Extism Authors"]
license = "BSD-Clause-3"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ clean-wasi-sdk:
test: compile-examples
@extism call examples/simple_js.wasm greet --wasi --input="Benjamin"
@extism call examples/bundled.wasm greet --wasi --input="Benjamin" --allow-host "example.com"
# TODO uncomment block after python sdk is updated
# ifeq ($(OS),Windows_NT)
# @python3 -m venv ./.venv && \
# ./.venv/Scripts/activate.bat && \
Expand All @@ -65,7 +66,6 @@ test: compile-examples
# endif
@extism call examples/react.wasm render --wasi
@extism call examples/react.wasm setState --input='{"action": "SET_SETTING", "payload": { "backgroundColor": "tomato" }}' --wasi
#@extism call examples/exception.wasm greet --wasi --input="Benjamin"
@error_msg=$$(extism call examples/exception.wasm greet --wasi --input="Benjamin" 2>&1); \
if echo "$$error_msg" | grep -q "shibboleth"; then \
echo "Test passed - found expected error"; \
Expand Down

0 comments on commit 93471bf

Please sign in to comment.