Update to wasmparser 0.14.1.
This commit is contained in:
@@ -67,6 +67,8 @@ pub struct Memory {
|
||||
pub pages_count: usize,
|
||||
/// The maximum number of pages in the memory.
|
||||
pub maximum: Option<usize>,
|
||||
/// Whether the memory may be shared between multiple threads.
|
||||
pub shared: bool,
|
||||
}
|
||||
|
||||
/// Wrapper to a `get_local` and `set_local` index. They are WebAssembly's non-SSA variables.
|
||||
|
||||
Reference in New Issue
Block a user