Skip to main content
Module oom_abort
wasmtime_
environ
43.0.0
Module oom_
abort
Module Items
Modules
Structs
In wasmtime_
environ::
collections
wasmtime_environ
::
collections
Module
oom_
abort
Copy item path
Source
Expand description
Collections which abort on OOM.
Modules
§
hash_
map
A hash map implemented with quadratic probing and SIMD lookup.
hash_
set
A hash set implemented as a
HashMap
where the value is
()
.
Structs
§
HashMap
A
hash map
implemented with quadratic probing and SIMD lookup.
HashSet
A
hash set
implemented as a
HashMap
where the value is
()
.