Andrew Brown
Andrew Brown
I think I understand the module-linking part of this ("thread the memory through to the instantiated module, etc.") and I would be fine with that approach if I felt the...
For me, that the tooling might not work for wasi-parallel seems like a major issue. The interface already has `create_buffer`, `read_buffer`, and `write_buffer` calls that would allow the use of...
Ok, since the last comment on this thread, @penzn, @lukewagner, @egalli, and I met to discuss the issue in more detail. Here is my summary of what we discussed (others...
I had to refresh my mental cache for this issue quite a bit (it's been a while for this issue!). I don't know why I didn't originally respond, but as...
> I'm cleaning up old PRs and came upon this; do you think there are still improvements here that are useful to salvage? Constant-handling has changed quite a bit in...
There's also a draft PR with initial support for this in #198, which you may be interested in.
I ran @dbaeumer's code today on the latest version of Wasmtime (@dbaeumer, thanks for the great reproducer). I believe the hang is due to incorrect locking in wasi-libc. This is...
@alexcrichton, looks like we need to enable `std` for the component adapter: https://github.com/bytecodealliance/wasmtime/actions/runs/8851805718/job/24309173297#step:6:130.
cc: @devigned
Talking to @sunfishcode and @sbc100 about this: - exceptions are not yet supported in standalone engines (see [roadmap](https://webassembly.org/roadmap/)), which are the main implementations of WASI (targeted by wasi-sdk) — but...