mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-02 21:25:16 +03:00
34363aff12
Adapted from https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes
10 lines
216 B
HTML
10 lines
216 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
</head>
|
|
<body>
|
|
<canvas id="canvas" height="150" width="150" />
|
|
<script src='./index.js'></script>
|
|
</body>
|
|
</html>
|