Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WIP] allow cross-compiling #340

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[WIP] allow cross-compiling #340

wants to merge 4 commits into from

Conversation

jyn514
Copy link
Owner

@jyn514 jyn514 commented Mar 12, 2020

Closes #77

This required a major refactor to pass target everywhere inside the compiler.

TODO: actually implement int_size(), etc. for other architecture.
TODO: maybe target_lexicon is interested in taking the int_size() functions under their umbrella? bytecodealliance/target-lexicon#47

jyn514 added 2 commits May 1, 2020 21:52
It still does nothing even if you configure it lol
@jyn514
Copy link
Owner Author

jyn514 commented May 2, 2020

Status: cranelift_object doesn't work properly with --target x86_64-pc-windows-gnu, and the system linker doesn't work with --target x86_64-apple-darwin (because I don't know how to pass it the target flags).

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

Successfully merging this pull request may close these issues.

Support other platforms
1 participant