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

Wasm 64 -> 32 bit translation fails #1

Open
creikey opened this issue Aug 21, 2023 · 3 comments
Open

Wasm 64 -> 32 bit translation fails #1

creikey opened this issue Aug 21, 2023 · 3 comments

Comments

@creikey
Copy link

creikey commented Aug 21, 2023

Unsupported store instruction i64.store8
Perhaps clang can directly compile to 32 bit? I haven't looked into this much

@kujukuju
Copy link
Owner

Do you know if the other ~2 jai wasm compilers have this same issue? It's possible my 64x32 bit converted is outdated, or there may be a better method to compile now. I haven't touched this in a while and I'm still a month or two away from applying this to my game.

@creikey
Copy link
Author

creikey commented Aug 21, 2023

Do you know if the other ~2 jai wasm compilers have this same issue? It's possible my 64x32 bit converted is outdated, or there may be a better method to compile now. I haven't touched this in a while and I'm still a month or two away from applying this to my game.

I judged yours as the most complete, the other ones I could find either didn't support windows or were just too old. I'll keep fiddling with it later, I'm very interested in Jai wasm + gl as a way to make stuff.

@kujukuju
Copy link
Owner

If nothing else, I plan to fully get this working within a couple of months for my own purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants