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
use BTreeMap instead of HashMap in async_support::FutureState (bytecodealliance#1339)
As of this writing, initializing the default hasher for `HashMap` requires
calling `wasi_snapshot_preview1:random_get`, which requires initializing the
`wasi_snapshot_preview1` adapter when targeting `wasm32-wasip2` and later, and
that's expensive enough that we'd prefer to avoid it for apps which otherwise
make no use of the adapter.
Signed-off-by: Joel Dice <[email protected]>
0 commit comments