mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 12:19:29 +02:00
* Fix compilation
This commit is contained in:
parent
eb08fd88f2
commit
7f682589c7
@ -1,6 +1,6 @@
|
||||
library wasmwebsocketdemo;
|
||||
|
||||
uses fpjson, jsonparser, basenenc, sysutils, wasm.websocket.api, wasm.websocket.shared, wasm.websocket.objects;
|
||||
uses fpjson, jsonparser, basenenc, sysutils, wasm.logger.api, wasm.websocket.api, wasm.websocket.shared, wasm.websocket.objects;
|
||||
|
||||
Type
|
||||
|
||||
@ -100,7 +100,7 @@ Procedure TApplication.Run;
|
||||
|
||||
begin
|
||||
FWS:=TWasmWebsocket.Create(Nil);
|
||||
OnWebsocketLog:=@HandleWebsocketLog;
|
||||
OnWasmLog:=@HandleWebsocketLog;
|
||||
WS.OnOpen:=@HandleOpen;
|
||||
WS.OnError:=@HandleError;
|
||||
WS.OnClose:=@HandleClose;
|
||||
|
Loading…
Reference in New Issue
Block a user