-
A [rust user trying emscripten](https://internals.rust-lang.org/t/state-of-webassembly-and-rust/6077/4) says the install was slo and took 25GB. I suppose that's because it downloaded the full git repo…
-
> Link to The PR
- [Tool for applying test vectors from Ethereum on FEVM
](https://github.com/filecoin-project/builtin-actors/pull/953)
> Link to the Proposal
* [devgrants/fvm-ethereum-test-…
-
I'd like to provide a way to download arbitrary ZIP archives from PyPI and install them in the WASM environment.
One way would be to just hit the PyPI API to find and download the ZIP file for a pa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
See: https://github.com/Azure/azure-cosmos-dotnet-v3/issues/3599
When newing up a Co…
-
-
2024-09-27T07:46:57.899488Z critical envoy wasm external/envoy/source/extensions/common/wasm/context.cc:1157 wasm log en-888.filter-ratelimit-im-api-automesh-36864: panicked at /usr/local/cargo/regist…
-
A frequent request has been to provide better support for implementing garbage collection in linear memory.
At present, the main obstacle is the inability to scan the WebAssembly stack for GC roots, …
-
Whatever I try, it appears that WebAssembly on my LLVM build just doesn't work with assertions enabled. I always hit an assertion in the WebAssembly CFG Sort pass. When I disable assertions, the resul…
-
Currently, every memory access requires bounds checking. But what if we could do better, like mapping a guard page into the empty space.
Assuming [paged memory](https://github.com/fengb/wazm/issues…
fengb updated
3 years ago
-
Instead of providing "pick" or "let" instructions, I propose providing a "frame" block instruction (effectively providing frame-pointer like access to the wasm stack, similar to what happens for the "…