mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-15 05:51:23 +00:00
Saving commit
This commit is contained in:
@ -227,6 +227,7 @@ pub enum ConstValue {
|
||||
///
|
||||
/// This exists to give the ability to namespace js imports.
|
||||
#[cfg_attr(feature = "extra-traits", derive(Debug, PartialEq, Eq))]
|
||||
#[derive(Default)]
|
||||
pub struct Module {
|
||||
/// js -> rust interfaces
|
||||
pub imports: Vec<Import>,
|
||||
|
Reference in New Issue
Block a user