mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
various updates
This commit is contained in:
parent
ade5e6de26
commit
134de80150
14 changed files with 55 additions and 141 deletions
|
@ -303,7 +303,7 @@ impl<'a> Serialize for TypeSection<'a> {
|
|||
*
|
||||
*******************************************************************/
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum ImportDesc {
|
||||
Func { signature_index: u32 },
|
||||
Table { ty: TableType },
|
||||
|
@ -359,7 +359,7 @@ impl Serialize for ImportDesc {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct Import<'a> {
|
||||
pub module: &'a str,
|
||||
pub name: &'a str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue