zb3

Results 9 issues of zb3

When I first saw `--chroot` with `--rw`, I was under the impression that if I do `--chroot /`, then the whole system is mounted RO, so nothing can be modified...

When running pgweb with postgres via `docker-compose`, pgweb can in some cases start before the database port is available which causes the container to exit with `connection refused`. There are...

I'm not sure the code meets all standards defined here, but I'm opening this simply because it made one game work - that was a rare case where the startApp...

(I'm not sure about this analysis and how that should be fixed hence I submit this as an issue not a PR) In the `loadUriParams` function we see the following...

bug

First of all note that I don't really know how LevelDB works internally, I just tried to find out what was causing cpp version of leveldb to be unable to...

**Describe the bug** I'd like to skip to a specific address, so I edit the PC register (aarch64). After this, the dynamic listing changes its location, and the new PC...

Feature: Emulation
Status: Internal

Hi there, one day I wanted to experiment with running java inside Boxedwine. However, I've noticed that it's not possible to allocate more than 128MB of memory.. when I checked...

When I use `PROXY_TO_PTHREAD` and `OFFSCREENCANVAS_SUPPORT` to run a SDL app, the canvas is transferred to the worker and then all operations on the canvas are done by that worker....

Hopefully this PR finally adds `try_table` exceptions support to the asyncify pass :) Unlike https://github.com/WebAssembly/binaryen/pull/5475 it doesn't add support for legacy exceptions, but there's no restriction on unwinding from catch...