<!--
A simple file to check glfw on emscripten.
Just put this index.html + basic.js + basic.wasm files in the same directory and start a http server.
For example, run `cargo build --example=
-->
<!-- you need this script to actually let sdl2/glfw library find the canvas for backing its window -->
<!-- the above scrit MUST BE loaded before the below generated by cargo. so, don't change the order of these tags -->