mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
16 lines
No EOL
374 B
HTML
16 lines
No EOL
374 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" href="data:;base64,=">
|
|
|
|
<script defer src="./out/libcurl.js" onload="libcurl.load_wasm('/out/libcurl.wasm');"></script>
|
|
<script>
|
|
document.addEventListener("libcurl_load", ()=>{
|
|
console.log("libcurl.js ready!");
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>emscripten tests</p>
|
|
</body>
|
|
</html> |