mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 11:40:51 +00: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';
|
||
|
|