mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
![]() |
exports.import_me = function() {};
|
||
|
|
||
|
global.PolyfillBar = class {
|
||
|
foo() { return 123; }
|
||
|
};
|