Replies: 1 comment
-
|
int64_t alignment on 32 bits architectures can be either 4 or 8 bytes so the check is wrong-ish. I'm guessing wasm3 doesn't get tested much on i686. It should be safe to remove that assert and the next one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to cross compile txiki.js targeting i686 Linux, but
My build steps:
https://gist.github.com/X7md/cac8f5a83b947452175de35491a12987
Beta Was this translation helpful? Give feedback.
All reactions