-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
In general, the order is reversed so that the last layer you add would be the top layer—accessed first. With regards to streams, be careful, because streams are not implemented correctly in unionfs, i.e. createStream will not try to read from all layers, instead the first createStream found is used to create a stream and that stream will only work with that specific layer.
- A WebAssembly port of Debian WebAssembly/WASI#351
- Emscripten & WASI & POSIX emscripten-core/emscripten#9479
- Example with compiled files busytex/busytex#1
- Can we give a better warning when loading wasm file:// URL emscripten-core/emscripten#13207
python's http.server is not enough. You need sth to return correct MIME codes
- Issue 12076: Hard limit on number of WebAssembly Memories https://bugs.chromium.org/p/v8/issues/detail?id=12076
I would like to be able to make http requests via urllib (or similar) in Python in the browser.