update docs to include needed deps

This commit is contained in:
ading2210 2024-01-28 23:32:58 -05:00
parent 717331bfc1
commit 23d1651383
3 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,10 @@
//everything is wrapped in a function to prevent emscripten from polluting the global scope
window.libcurl = (function() {
if (typeof window === "undefined") {
throw new Error("NodeJS is not supported. This only works inside the browser.");
}
//emscripten compiled code is inserted here
/* __emscripten_output__ */