mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Add a test
This commit is contained in:
committed by
Alex Crichton
parent
ebab7d9fc8
commit
5b66045aff
@ -87,6 +87,12 @@ global.Unforgeable = class Unforgeable {
|
||||
}
|
||||
};
|
||||
|
||||
global.GlobalMethod = class GlobalMethod {
|
||||
constructor() {
|
||||
this.m = () => 123;
|
||||
}
|
||||
};
|
||||
|
||||
global.PartialInterface = class PartialInterface {
|
||||
get un() {
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user