mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-29 08:53:03 +03:00
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>
|