* Unique names for imports

This commit is contained in:
Michaël Van Canneyt 2024-11-28 16:57:08 +01:00
parent fc0fb5968a
commit 45f7be1b3c

View File

@ -55,10 +55,10 @@ Const
const
websocketExportName = 'websocket';
websocketFN_Allocate = 'allocate';
websocketFN_DeAllocate = 'deallocate';
websocketFN_close = 'close';
websocketFN_send = 'send';
websocketFN_Allocate = 'allocate_websocket';
websocketFN_DeAllocate = 'deallocate_websocket';
websocketFN_close = 'close_websocket';
websocketFN_send = 'send_websocket';
implementation