slint/examples/rustwasmtest/js/index.js
Simon Hausmann e313f39490 Add simple rust wasm test
Needs an initial "npm install" and then "npm start" will build and launch it in the browser.
2020-05-13 11:24:51 +02:00

1 line
48 B
JavaScript

import("../pkg/index.js").catch(console.error);