mirror of
https://github.com/winetree94/C2W-Web-Starter.git
synced 2026-03-22 22:45:29 +00:00
This project explores how to use container2wasm in modern web projects.
https://c2w-playground.pages.dev
- TypeScript 89.9%
- Astro 5.4%
- JavaScript 3.8%
- HTML 0.6%
- Dockerfile 0.2%
| packages | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .yarnrc.yml | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
C2W Web Starter
This project explores how to use container2wasm in modern web projects. The main goals are:
- Provide an example of automating the image generation process using c2w in a Node environment
- Offer a Chrome extension to facilitate network communication for containers
- Provide examples of usage in a bundler and TypeScript environment
- Offer more container demos
Project Structure
packages/browser_runtime: A package that uses xterm-pty to run containers in the browserpackages/proxy: A Chrome extension to solve network communication issues for containerspackages/builder: A builder that automates image generation using c2wpackages/playground: A demo page using browser_runtime and builder