1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-19 16:01:23 +00:00

webidl: initial enum support

Add enum support to the WebIDL interface generator.
This commit is contained in:
Stephan Wolski
2018-07-08 22:09:00 -04:00
parent 94d939f4da
commit a981dfd507
10 changed files with 239 additions and 12 deletions
crates

@ -1756,6 +1756,7 @@ impl<'a, 'b> SubContext<'a, 'b> {
})?;
}
shared::ImportKind::Type(_) => {}
shared::ImportKind::Enum(_) => {}
}
Ok(())
}