You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! This is expected though in that this import is part of the wasi-threads proposal which has not been implemented in the C API (nor standardized to a large degree)
I'm trying to run a wasi program with threads enabled, but I'm getting the following when running it with wasmtime-go:
I was able to run it with wasmtime though:
wasmtime --wasm threads --wasi threads program.wasm
The text was updated successfully, but these errors were encountered: