-
Notifications
You must be signed in to change notification settings - Fork 951
Unsupported architecture when compiling Go with C dependencies to WASM #844
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
Comments
There are multiple things that are not yet implemented in TinyGo to get go-sqlite3 to compile. I'm aware of the following:
|
Take a look at #845, which should fix the "unsupported architecture" error. |
The |
This has now been released, so closing. Thanks! |
MacOS 10.15.2
tinygo version 0.11.0 darwin/amd64 (using go version go1.13.6)
I am trying to compile
rqlite
to wasm, butrqlite
has a C dependency (sqlite
). I know tinygo has somecgo
support, but I am not sure what to make of the errors:The text was updated successfully, but these errors were encountered: