mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 17:50:51 +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() {}
|
||
|
}
|