You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, StackBlitz and WebContainer are both super cool! Thank you for them.
The StackBlitz VM API is quite limited. Issues #9, #15, and #19 are examples of missing capabilities. The WebContainer API covers these capabilities and more.
It would be incredibly useful to be able to control a StackBlitz embed with the WebContainer API. For example, to be able to run a process with something like vm.webContainer.spawn(...).
Is something like this on the roadmap?
The text was updated successfully, but these errors were encountered:
First of all, StackBlitz and WebContainer are both super cool! Thank you for them.
The StackBlitz VM API is quite limited. Issues #9, #15, and #19 are examples of missing capabilities. The WebContainer API covers these capabilities and more.
It would be incredibly useful to be able to control a StackBlitz embed with the WebContainer API. For example, to be able to run a process with something like
vm.webContainer.spawn(...)
.Is something like this on the roadmap?
The text was updated successfully, but these errors were encountered: