Summary
Follow-up from #8 (Phase 3). Explore using browser contexts as isolation boundaries for WASM execution — closer to real serverless patterns (Cloudflare Workers, Fermyon).
Tasks
Hypotheses to test
| # |
Hypothesis |
| H10 |
Browser context isolation adds measurable per-request overhead but provides security guarantees |
Learning goals
- Explore the browser as a compute sandbox (not just a rendering engine)
- Compare Node.js-as-WASM-host vs Chrome-as-WASM-host patterns
- Understand what guarantees
BrowserContext isolation actually provides
Depends on
🤖 Analysis by Claude
Summary
Follow-up from #8 (Phase 3). Explore using browser contexts as isolation boundaries for WASM execution — closer to real serverless patterns (Cloudflare Workers, Fermyon).
Tasks
BrowserContextas per-request isolation boundariesHypotheses to test
Learning goals
BrowserContextisolation actually providesDepends on
🤖 Analysis by Claude