website changes

This commit is contained in:
2025-10-27 20:01:03 -07:00
parent 1daabb52fa
commit 6d52c45bf4
5 changed files with 439 additions and 28 deletions

View File

@@ -1,12 +1,7 @@
name = "mis-interpreter"
workers_dev = true
compatibility_date = "2025-10-28"
compatibility_date = "2025-10-27"
main = "build/worker/shim.mjs"
[[rules]]
globs = [ "**/*.wasm" ]
type = "CompiledWasm"
[build]
command = "cargo install -q worker-build --version ^0.0.8 && worker-build --release" # required
command = "cargo install -q worker-build && worker-build --release" # required