diff --git a/assets/deed-v0.2.4-wasm32-unknown-unknown.wasm b/assets/deed-v0.2.4-wasm32-unknown-unknown.wasm deleted file mode 100644 index aa68d06..0000000 Binary files a/assets/deed-v0.2.4-wasm32-unknown-unknown.wasm and /dev/null differ diff --git a/assets/deed-v0.2.5-wasm32-unknown-unknown.wasm b/assets/deed-v0.2.5-wasm32-unknown-unknown.wasm new file mode 100644 index 0000000..31ada69 Binary files /dev/null and b/assets/deed-v0.2.5-wasm32-unknown-unknown.wasm differ diff --git a/assets/errors.js b/assets/errors.js index 2c5ffd1..2133b4a 100644 --- a/assets/errors.js +++ b/assets/errors.js @@ -5,8 +5,8 @@ // artifact carries all of them, so this page cannot document a code the // compiler does not have, or miss one it does. -const TAG = "v0.2.4"; -const VERSION = "0.2.4"; +const TAG = "v0.2.5"; +const VERSION = "0.2.5"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const STATUS = document.getElementById("status"); diff --git a/assets/play.js b/assets/play.js index 075bebd..8b26396 100644 --- a/assets/play.js +++ b/assets/play.js @@ -13,8 +13,8 @@ // release, because a release asset cannot be fetched from a browser at all: // both the download URL and the API one redirect to a host that sends no // `Access-Control-Allow-Origin`. See decisions/2026-07-31-no-build-step.md. -const TAG = "v0.2.4"; -const VERSION = "0.2.4"; +const TAG = "v0.2.5"; +const VERSION = "0.2.5"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const SOURCE = document.getElementById("source"); diff --git a/examples/index.json b/examples/index.json index c7104d5..6336925 100644 --- a/examples/index.json +++ b/examples/index.json @@ -1,5 +1,5 @@ { - "tag": "v0.2.4", + "tag": "v0.2.5", "examples": [ { "file": "calculator.deed", diff --git a/install/index.html b/install/index.html index fff50d5..09d32c1 100644 --- a/install/index.html +++ b/install/index.html @@ -62,7 +62,7 @@

Install