-
| | |
|--------------------|----|
| Bugzilla Link | [PR50413](https://bugs.llvm.org/show_bug.cgi?id=50413) |
| Status | NEW |
| Importance | P enhancemen…
-
I have the following script to compile my paper:
```bash
→ cat compile.sh
docker run --rm \
--volume $PWD:/data \
--user $(id -u):$(id -g) \
--env JOURNAL=joss \
openjournals/in…
-
### Description
[Wasmtime](https://wasmtime.dev/) supports async WASM execution, which can suspend running WASM code and resume it later.
Unfortunately the implementation seems to be incompatible …
-
I have noticed that the code in the readme of https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-mutate is no longer usable. Could you provide an updated version of the code usage tu…
-
`__wasi_sockets_utils__map_error` is missing conversion for `NETWORK_ERROR_CODE_INVALID_STATE` for `connect` in `wasi:socket`
## Test case
`TcpClientSocket_WhenBoundToWildcardAddress_LocalEPCha…
-
I've tried to run `wasm-pack test` on current CI (GitHub Actions), and it worked for `bpxe-bpmn-schema`, but not for `bpxe` -- it simply hangs. It works fine locally, though.
-
### Feature request
The executor should persist between execution of different transactions. Ideally it should be brought up either after an upgrade or after a quick recovery (from a power outage). I…
-
The README includes [a placeholder](https://github.com/WebAssembly/wasi-nn#api-walk-through) for an example walking through the API. Ideally, the example would include all of the calls in some languag…
-
@alexcrichton sent me a [coverage report] for the ISLE-generated lowerings for x64. I noticed by searching for "sinkable_load" that various operations (FP?) are not using the case where the load is su…
-
```
error[E9999]: Supposely unreachable place in the Rust AST. The label is "CallNotTyFnDef".
This error report happend because some assumption about the Rust AST was broken.
…