diff --git a/assets/deed-v0.2.7-wasm32-unknown-unknown.wasm b/assets/deed-v0.2.8-wasm32-unknown-unknown.wasm similarity index 51% rename from assets/deed-v0.2.7-wasm32-unknown-unknown.wasm rename to assets/deed-v0.2.8-wasm32-unknown-unknown.wasm index 071886f..23a2e08 100644 Binary files a/assets/deed-v0.2.7-wasm32-unknown-unknown.wasm and b/assets/deed-v0.2.8-wasm32-unknown-unknown.wasm differ diff --git a/assets/errors.js b/assets/errors.js index 7190ed2..ab6dbf0 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.7"; -const VERSION = "0.2.7"; +const TAG = "v0.2.8"; +const VERSION = "0.2.8"; 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 6f5b923..a7f45d7 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.7"; -const VERSION = "0.2.7"; +const TAG = "v0.2.8"; +const VERSION = "0.2.8"; 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 5cf5c09..0c2c237 100644 --- a/examples/index.json +++ b/examples/index.json @@ -1,5 +1,5 @@ { - "tag": "v0.2.7", + "tag": "v0.2.8", "examples": [ { "file": "calculator.deed", diff --git a/install/index.html b/install/index.html index 39da08f..6d5c1fc 100644 --- a/install/index.html +++ b/install/index.html @@ -63,7 +63,7 @@

Install