libcurl.js/client/index.html
2024-01-18 20:14:11 -05:00

16 lines
No EOL
386 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="data:;base64,=">
<script defer src="./out/libcurl.js" onload="libcurl.load_wasm('/out/emscripten_compiled.wasm');"></script>
<script>
document.addEventListener("libcurl_load", ()=>{
console.log("libcurl.js ready!");
});
</script>
</head>
<body>
<p>emscripten tests</p>
</body>
</html>