isomorphic-rust/electron_yew_wasm/app/electron_yew_wasm.js

11 lines
147 B
JavaScript
Raw Normal View History

2018-08-26 00:59:17 -04:00
/* tslint:disable */
import * as wasm from './electron_yew_wasm_bg';
/**
* @returns {void}
*/
export function main() {
return wasm.main();
}