mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03: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() {}
|
||
|
}
|