You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was trying to compile the wasmclient package for a 32bit system (Android) so as to use the wasmclient shared library & call the smart contract functions from an android application instead of the wasp-cli.
To Reproduce
Firstly install the Android SDK
Install the gomobile package using the go get golang.org/x/mobile/cmd/gomobile command for linux OS.
After that run the gomobile init & gomobile bind -target=android -androidapi 30 commands inside the wasp/packages/wasmvm/wasmclient/go/wasmclient folder.
Expected behavior
I expect the above commands to create an .aar file & .jar file which are basically shared object libraries for Android applications.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to compile the wasmclient package for a 32bit system (Android) so as to use the wasmclient shared library & call the smart contract functions from an android application instead of the wasp-cli.
To Reproduce
Firstly install the Android SDK
Install the gomobile package using the go get golang.org/x/mobile/cmd/gomobile command for linux OS.
After that run the gomobile init & gomobile bind -target=android -androidapi 30 commands inside the wasp/packages/wasmvm/wasmclient/go/wasmclient folder.
Expected behavior
I expect the above commands to create an .aar file & .jar file which are basically shared object libraries for Android applications.
The text was updated successfully, but these errors were encountered: