wasm-exec-protocol
v0.1.0
Published
Shared protocol types, schemas and framing helpers for wasm-exec
Readme
wasm-exec-protocol
Shared protocol definitions for wasm-exec: zod schemas and inferred types for the server↔worker WebSocket control messages, binary frame encode/decode helpers (frame type byte + job UUID + payload), and shared constants (chunk sizes, limits).
You only need this package if you are building a custom wasm-exec worker or
client; the wasm-exec-worker
agent depends on it.
