mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
d8e5930799
Also clean up some other exampels
10 lines
243 B
HTML
10 lines
243 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
</head>
|
|
<body>
|
|
<script src='./index.js'></script>
|
|
<p>Open up the developer console and you should see "Hello from Rust!"</p>
|
|
</body>
|
|
</html>
|