Showing 1-20 of 72 packages
WebContainer Public API
Build filesystem snapshots for the WebContainer API
Set of environment utilities for WebContainers
Das Readdy Webcontainer 运行 Vite 插件
WebContainer Public API
WebContainer Executor - Headless build tool for frontend projects
Interactive tutorials powered by WebContainer API
Interactive tutorials powered by WebContainer API
A React component library for WebContainer-based code sandboxes
Interactive tutorials powered by WebContainer API
a relay for host -> webcontainer server communication
Utilities for testing applications in WebContainers
BroadcastChannel Polyfill for Safari used in WebContainer
基于 WebContainer 的 React Hooks 库,提供了一组用于在 React 应用中使用 WebContainer 的 Hook。
Interactive tutorials powered by WebContainer API
Client API for D8D WebContainer
Client API for D8D WebContainer
```Javascript import { WebContainer } from '@webcontainer/api'; import FsPromises from 'webcontainer-fs-promises'; const webcontainerInstance = await WebContainer.boot(); const fs = webcontainerInstance.fs; fs.promises = new FsPromises({fs:fs}); fs.promis
A React component that runs a Node.js environment in the browser using [WebContainers](https://webcontainers.io/).