mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 13:01:22 +00:00
Allow arbitratry constructor names
This commit is contained in:
@ -54,7 +54,7 @@ pub struct ImportType {
|
||||
pub struct Export {
|
||||
pub class: Option<String>,
|
||||
pub method: bool,
|
||||
pub constructor: bool,
|
||||
pub constructor: Option<String>,
|
||||
pub function: Function,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user