worker fixes

This commit is contained in:
2025-10-27 18:48:05 -07:00
parent de9db3695c
commit 1daabb52fa
7 changed files with 127 additions and 36 deletions

View File

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