mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-23 01:52:32 +03:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
|
global.global_no_args = () => 3;
|
||
|
global.global_with_args = (a, b) => a + b;
|
||
|
global.global_attribute = 'x';
|
||
|
|