libcurl.js/client/index.html
2024-02-01 17:52:22 +00:00

17 lines
No EOL
395 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="data:;base64,=">
<script defer src="./out/libcurl_full.js"></script>
<script>
document.addEventListener("libcurl_load", ()=>{
libcurl.set_websocket(`wss://${location.hostname}/ws/`);
console.log("libcurl.js ready!");
});
</script>
</head>
<body>
<p>emscripten tests</p>
</body>
</html>