mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
add proxy server code
This commit is contained in:
parent
dfd9a7a8ae
commit
953b6cb191
6 changed files with 75 additions and 10 deletions
|
@ -4,7 +4,6 @@ set -e
|
|||
|
||||
INCLUDE_DIR="build/curl-wasm/include/"
|
||||
LIB_DIR="build/curl-wasm/lib/"
|
||||
CACERT_FILE="cacert.pem"
|
||||
OUT_FILE="out/libcurl.js"
|
||||
MODULE_FILE="out/libcurl_module.js"
|
||||
WRAPPER_SOURCE="main.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue