1) Do you plan to include some examples other then client example inside of open62541.pas?
Yes I can, no problem ... I will inform when it happens
2) Do you intend to put your wrapper in some repository like github so others can contribute?
No, I have no account on github and I have no free time to maintain it in long term. I created this wrapper as I neded it for one of my work projects (so only subset of API is translated). On other side I provide it as freeware (public doman) so anybody interested can do it.
3) Is your wrapper for official open62541 v1.0?
I think that yes. I created it in April 2020 from github sources so this time 1.0 was already released
4) Did you test it only on win32? Have you tried it on win64, linux, or even arm?
Only on Win32, I can test it also on Win64
5) I was able to find 64 bit version of libopen62541.dll on official site, and libwinpthread-1.dll inside of http://win-builds.org/1.5.0/packages/windows_64/winpthreads-v3.3.0-2-x86_64-w64-mingw32.txz. Could you tell me where should I look for 64 bit libgcc_s_sjlj-1.dll?
Already answered ;-) I remember that searching for win32 libraries was also for me complicated job ...