mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
Convert emscripten imports to new types
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -147,12 +147,10 @@ pub enum Import {
|
|||||||
Global(Value),
|
Global(Value),
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Remove again
|
|
||||||
pub struct Imports {
|
pub struct Imports {
|
||||||
map: HashMap<String, HashMap<String, Import>>,
|
map: HashMap<String, HashMap<String, Import>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Remove again
|
|
||||||
impl Imports {
|
impl Imports {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
|
Reference in New Issue
Block a user