mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 20:21:35 +00:00
Fix tagging static methods as structural
This commit is contained in:
@ -131,3 +131,9 @@ exports.CatchConstructors = class {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
exports.StaticStructural = class {
|
||||
static static_structural(x) {
|
||||
return x + 3;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user