mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Merge pull request #1440 from c410-f3r/getters
Getters/Setters for fields
This commit is contained in:
@ -88,11 +88,10 @@ macro_rules! shared_api {
|
||||
|
||||
struct Export<'a> {
|
||||
class: Option<&'a str>,
|
||||
method: bool,
|
||||
consumed: bool,
|
||||
is_constructor: bool,
|
||||
function: Function<'a>,
|
||||
comments: Vec<&'a str>,
|
||||
consumed: bool,
|
||||
function: Function<'a>,
|
||||
method_kind: MethodKind<'a>,
|
||||
start: bool,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user