This project explores how to use container2wasm in modern web projects. https://c2w-playground.pages.dev
Find a file
2024-08-05 12:37:58 +09:00
packages fix: builder - invalid cli export 2024-08-05 12:37:58 +09:00
.editorconfig feat: initial commit 2024-07-29 19:16:53 +09:00
.gitattributes feat: initial commit 2024-07-29 19:16:53 +09:00
.gitignore feat: initial commit 2024-07-29 19:16:53 +09:00
.yarnrc.yml feat: initial commit 2024-07-29 19:16:53 +09:00
package.json feat: proxy - support original demo site 2024-08-03 03:26:50 +09:00
README.md chores: update readme 2024-08-01 15:56:10 +09:00
yarn.lock fix: builder - invalid cli export 2024-08-05 12:37:58 +09:00

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 browser
  • packages/proxy: A Chrome extension to solve network communication issues for containers
  • packages/builder: A builder that automates image generation using c2w
  • packages/playground: A demo page using browser_runtime and builder