mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00: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() {}
|
|
}
|