Skip to content

Commit

Permalink
Add missing malloc dependency in library_websocket.js (emscripten-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored and verhovsky committed Jul 30, 2024
1 parent 97ae7ba commit 052b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library_websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var LibraryWebSocket = {
$webSockets__deps: ['$HandleAllocator'],
$webSockets: "new HandleAllocator();",

$WS__deps: ['$webSockets'],
$WS__deps: ['$webSockets', 'malloc'],
$WS: {
socketEvent: null,
getSocket(socketId) {
Expand Down

0 comments on commit 052b731

Please sign in to comment.