Skip to content

Commit 3df1fa2

Browse files
committed
build / enable WebTransport for js builds
1 parent 518429f commit 3df1fa2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ ifeq ($(PLATFORM),js)
10791079
-s INVOKE_RUN=0 \
10801080
-s RESERVED_FUNCTION_POINTERS=1 \
10811081
-s SINGLE_FILE=1 \
1082+
-s SOCKET_WEBTRANSPORT=1 \
10821083
-s STACK_SIZE=1048576 \
10831084
-s INITIAL_HEAP=234881024 \
10841085
-s EXIT_RUNTIME=1 \
@@ -1100,6 +1101,7 @@ ifeq ($(PLATFORM),js)
11001101
-s INVOKE_RUN=0 \
11011102
-s RESERVED_FUNCTION_POINTERS=1 \
11021103
-s SINGLE_FILE=1 \
1104+
-s SOCKET_WEBTRANSPORT=1 \
11031105
-s WASM_ASYNC_COMPILATION=0 \
11041106
-s STACK_SIZE=1048576 \
11051107
-s INITIAL_HEAP=234881024 \

0 commit comments

Comments
 (0)