mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
Add simple rust wasm test
Needs an initial "npm install" and then "npm start" will build and launch it in the browser.
This commit is contained in:
parent
6110e4952d
commit
e313f39490
8 changed files with 118 additions and 0 deletions
1
examples/rustwasmtest/js/index.js
Normal file
1
examples/rustwasmtest/js/index.js
Normal file
|
@ -0,0 +1 @@
|
|||
import("../pkg/index.js").catch(console.error);
|
Loading…
Add table
Add a link
Reference in a new issue