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
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,6 @@ As with many new technologies, there are inherent technical limitations of what'
59
59
60
60
WebContainers are designed to be secure by default and run within the browser's security sandbox without any extensions or services needed to run. WebContainers are subject to the same cross-origin security constraints as any ordinary JavaScript code in the browser. Many development environments are run in environments with an excess amount of privilege, giving third party dependencies complete access over the operating system. By containing runtime environments within a browser context, we get an additional layer of security and process isolation when compared to running code locally on an operating system.
61
61
62
-
# Upcoming Support
63
-
64
-
During the beta, compatibility efforts will be focused on Next.js development, with additional environments soon to come. Check this repository regularly to see the latest updates and plans for WebContainer.
65
-
66
-
See [Supported Frameworks](Supported_frameworks.md) for details.
67
-
68
62
# FAQs
69
63
70
64
- Is there a developer API?
@@ -108,7 +102,18 @@ The core working group communicates on our Discord and you can get an invite [he
108
102
While many binaries are now available as WASMs, many still need to be converted over. These also tie into the webcontainer-registry for seamlessly swapping out legacy binaries with their corresponding WebAssembly counterparts during installs.
109
103
110
104
## Test compatibility of new toolchains
111
-
It's important for us to identify toolchains that are currently broken so our team can investigate & release runtime compatiblity improvements. Follow our [supported frameworks guide](https://github.com/stackblitz/webcontainer-core/blob/main/Supported_frameworks.md) to help test new frameworks and provide feedback.
105
+
It's important for us to identify toolchains that are currently broken so our team can investigate & release runtime compatiblity improvements. If you wan to help test new frameworks and provide feedback:
106
+
107
+
1. Go to <ahref="https://stackblitz.com/fork/node"target="_blank">our node starter</a>
108
+
2. Add a dependency to the framework you wanna try out by using `npm i ${framework}`
109
+
3. Add the necessary files to the stackblitz example.
110
+
4. See if it works!
111
+
112
+
If it works, great! Feel free to contact us on [Discord](https://discord.gg/stackblitz) or [Twitter](https://twitter.com/stackblitz) and let us know!
113
+
114
+
If it doesn't work, you can file an issue by clicking the button in the editor or by creating an issue on this repo and we will try and figure out what went wrong.
115
+
116
+
In both cases: Thanks for helping us!
112
117
113
118
## Enable live environments for open source projects
0 commit comments