add python wsproxy implementation

This commit is contained in:
ading2210 2024-01-10 20:42:58 -05:00
parent 1de7178523
commit 09ff32dcd3
6 changed files with 52 additions and 47 deletions

View file

@ -16,6 +16,7 @@ EMSCRIPTEN_OPTIONS="-lwebsocket.js -sASYNCIFY -sALLOW_TABLE_GROWTH -sEXPORTED_FU
if [ "$1" = "release" ]; then
COMPILER_OPTIONS="-O3 $COMPILER_OPTIONS"
EMSCRIPTEN_OPTIONS="-sSINGLE_FILE $EMSCRIPTEN_OPTIONS"
fi
#ensure deps are compiled