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
WASI without `_runtime(multithreaded)` does not support locks. This
commit defines the underlying lock type as `Void` in this case.
`ManagedBuffer<T, Void>` just wastes a word of storage space, so it's
not optimal but it's good at code sharing across platforms.
0 commit comments