slint/examples/rustwasmtest/static/index.html
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

11 lines
238 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Rust + Webpack project!</title>
</head>
<body>
<canvas id="canvas" width="640" height="480"></canvas>
<script src="index.js"></script>
</body>
</html>