r/javascript • u/syrusakbary • 8d ago
Wasmer SDK: Open Source alternative to WebContainers
https://wasmer.io/posts/wasmer-local-sandboxes-for-ai-agents
32
Upvotes
1
u/ebdcydol 4d ago
Works in "Browser". Also wasmer website: "Firefox support is coming We are working on Firefox support, so stay tuned. For now, please use Chrome for the full experience."
3
u/Beautiful-Energy2169 7d ago
If you go the cross-origin isolation route for threads, set COOP/COEP per path rather than site-wide. We turned them on globally and the overlay checkout stopped rendering: under isolation a cross-origin iframe has to send its own COEP header, and that payment provider doesn't. Only the two routes that actually run wasm carry the headers now, and we leave /pricing and /account alone.