mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-25 19:43:00 +03:00
4716752991
By creating wasm modules from Rust!
10 lines
224 B
HTML
10 lines
224 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
</head>
|
|
<body>
|
|
<script src='./index.js'></script>
|
|
<p>The developer console should have messages in it</p>
|
|
</body>
|
|
</html>
|