Andrew Brown
Andrew Brown
Thanks for the report. Would it be possible to provide the code to reproduce this?
Well, not all of us have the hardware (and therefore the need) to make this work, but I think it would be a great addition to the project if you...
(Wasmtime does support the threads proposal; status [here](https://docs.wasmtime.dev/stability-wasm-proposals-support.html)).
This makes sense to me — it's more clear to users what ABI they're using.
@sunfishcode and I were discussing this: before we decide what to do here we need to understand better what is the difference in behavior between this LLVMv16 Clang and the...
I checked and this is not the case: ```console $ file wasi-sdk-21.0/bin/clang-17 wasi-sdk-21.0/bin/clang-17: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=2b3af36d4a17f9cb2a3c33a3d530eece25498ba6,...
Ok, I think this makes things more clear. What might be happening here is that the script that downloads the release artifacts is first extracting the `x64` version and _then_...
This fell off my radar: the issue felt resolved in my mind although in fact no one ever modified `download-workflow-artifacts.sh`. @dicej, are you interested in resolving this? I think the...
As I've noted elsewhere, work on work on the new `wasm32-wasi-threads` target (available in the [`wasi-sdk-20+threads`](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20%2Bthreads) pre-release and explained [here](https://bytecodealliance.org/articles/wasi-threads)), changes the equation a bit. I think users who want...
`wasm64-wasi` in wasi-sdk could use some help: if anyone is interested in working on this feel free to pick this up.