Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to compile the wasmclient package for 32bit system #3118

Open
suyash5325 opened this issue Nov 28, 2023 · 0 comments
Open

Failure to compile the wasmclient package for 32bit system #3118

suyash5325 opened this issue Nov 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@suyash5325
Copy link

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.

@suyash5325 suyash5325 added the bug Something isn't working label Nov 28, 2023
@howjmay howjmay self-assigned this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants