Implement table.init and elem.drop from the bulk memory proposal
This commit is contained in:
4
crates/environ/src/data_structures.rs
Normal file → Executable file
4
crates/environ/src/data_structures.rs
Normal file → Executable file
@@ -17,13 +17,13 @@ pub mod isa {
|
||||
}
|
||||
|
||||
pub mod entity {
|
||||
pub use cranelift_entity::{BoxedSlice, EntityRef, PrimaryMap};
|
||||
pub use cranelift_entity::{packed_option, BoxedSlice, EntityRef, PrimaryMap};
|
||||
}
|
||||
|
||||
pub mod wasm {
|
||||
pub use cranelift_wasm::{
|
||||
get_vmctx_value_label, DefinedFuncIndex, DefinedGlobalIndex, DefinedMemoryIndex,
|
||||
DefinedTableIndex, FuncIndex, Global, GlobalIndex, GlobalInit, Memory, MemoryIndex,
|
||||
SignatureIndex, Table, TableElementType, TableIndex,
|
||||
PassiveElemIndex, SignatureIndex, Table, TableElementType, TableIndex,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user