* Add some missing constants

This commit is contained in:
Michaël Van Canneyt 2025-05-20 11:17:20 +02:00
parent 163f97b84e
commit 0a8f1b257d

View File

@ -45,6 +45,10 @@ Const
WASMWS_RESULT_ERROR = -1;
WASMWS_RESULT_NO_URL = -2;
WASMWS_RESULT_INVALIDID = -3;
WASMWS_RESULT_FAILEDLOCK = -4;
WASMWS_RESULT_INVALIDSIZE = -5;
WASMWS_RESULT_NOSHAREDMEM = -6;
WASMWS_RESULT_DUPLICATEID = -7;
WASMWS_CALLBACK_SUCCESS = 0;
WASMWS_CALLBACK_NOHANDLER = -1;