mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 18:31:05 +00:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
![]() |
export function jsthunk() {}
|
||
|
export function add(a, b) { return a + b; }
|
||
|
export class Foo {
|
||
|
bar() {}
|
||
|
}
|