mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 14:11: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),
|
||||
}
|
||||
|
||||
// TODO Remove again
|
||||
pub struct Imports {
|
||||
map: HashMap<String, HashMap<String, Import>>,
|
||||
}
|
||||
|
||||
// TODO Remove again
|
||||
impl Imports {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
Reference in New Issue
Block a user