mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 20:21:35 +00:00
Implement getter/setter bindings
This commit is contained in:
@ -19,6 +19,8 @@ pub struct Import {
|
||||
pub method: bool,
|
||||
pub js_new: bool,
|
||||
pub statik: bool,
|
||||
pub getter: Option<String>,
|
||||
pub setter: Option<String>,
|
||||
pub class: Option<String>,
|
||||
pub function: Function,
|
||||
}
|
||||
|
Reference in New Issue
Block a user