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
While I know this feature is experimental and currently not very useful in Wasmtime, it seems unexpected because the comment for enable_threads suggests this should work at this flag enables shared memory and atomics:
I'm going to close this in favor of #888 since it's otherwise a duplicate of that in that we're just missing big pieces of the threads proposal right now
I'm using Wasmtime 0.16.0.
I've noticed that, even with,
--enable-threads
, Wasmtime fails to parse modules defining shared memories, e.g.: https://github.com/GoogleChromeLabs/wasm-feature-detect/blob/master/src/detectors/threads/module.watresults in:
While I know this feature is experimental and currently not very useful in Wasmtime, it seems unexpected because the comment for
enable_threads
suggests this should work at this flag enables shared memory and atomics:wasmtime/crates/api/src/runtime.rs
Lines 145 to 147 in c284ffe
The text was updated successfully, but these errors were encountered: