GoSDK functions can be exported to WebAssembly which allows you to compile code from languages such as C/C++/Rust to and run them in the browser as web apps.
Exporting a gosdk function to WebAssembly
Build your own go method.
Expose it via jsbridge.BindAsyncFuncs. All of methods are exposed on wasm. You can check them as examples . Here is the list for convenience.\