-
# Description #
----------
Payara (and Glassfish) class loading mechanism does not delegate to boot class loader.
Hence, classes provided by `-javaagent:XXX.jar` are not available to the lower …
-
### Describe the bug
Execute command npm run docs:build and throw an exception: build error:
TypeError: Intl.Segmenter is not a constructor
### Reproduction
.vitepress config.ts
```
import { d…
-
### Describe the bug
Chat bots, unit tests, DB connections, multi-process optimizations, dependencies and integrations
Describe the bug
Trying to connect to a WebSockets server from WebContainers…
-
### Describe the bug
I use @webcontainer/api in my own project. It works fine during local debugging, but after deploying it online, it throws an error like this. What should I do to make it work pro…
-
Edge functions implement Edge Runtime APIs, it would be nice to use Webcontainers to run NodeJS code inside edge functions.
-
Similar to [Replit](https://replit.com), I would like to ask to add some sort of terminal to the online version of vscode. This could help people on limited devices download external package…
-
### Describe the bug
Using Vivaldi (Chromium) on MacOS, upon setting a `workdirName` during WebContainer boot or attempting to mount a FileSystemTree to a `mountPoint`, the browser console outputs th…
-
### Describe the bug
bug 1:
nodejs run one task and then one microtask since node 11, here in the container with nodejs 16 we get an older behavior
```js
setImmediate(() => {
console.log('imme…
-
Node v18 brought some cool features, which we much needed in our js ecosystem. APIs like `fetch` and functions like `structuredClone` are some of the cool features which is much needed in webcontainer…
-
### What is the problem this feature will solve?
WASI support has been in Node for a few years now, but still requires a CLI flag to use. Node's WASM/WASI story appears to be pretty competitive, but …