mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
Use webcontainers for code artifacts #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcusschiesser on GitHub (Oct 14, 2024).
Originally assigned to: @marcusschiesser on GitHub.
/sandboxroute that uses https://webcontainers.io/ instead of e2b to execute the code (for Python and TS) - the result is that we have two sandbox routes, one for E2B and one for webcontainersartifact[webcontainers]Note: Webcontainers only work with generated TS code, but our code generator tool works for Python and TS (so we need to test both).