mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 11:46:43 +01:00
added support for function imports
This commit is contained in:
@@ -29,7 +29,7 @@ pub enum ImportType {
|
||||
type_: Type,
|
||||
mutable: bool,
|
||||
},
|
||||
// Function { name: String, params: Vec<Type>, result: Option<Type> }
|
||||
Function { name: String, params: Vec<Type>, result: Option<Type> }
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user