mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 04:21:21 +00:00
Suppport for javascript constructors
This is a conservative version where the function used for the constructor must be called `new`
This commit is contained in:
@ -54,6 +54,7 @@ pub struct ImportType {
|
||||
pub struct Export {
|
||||
pub class: Option<String>,
|
||||
pub method: bool,
|
||||
pub constructor: bool,
|
||||
pub function: Function,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user