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

Add js-cross devShell #176

Merged
merged 7 commits into from
Aug 4, 2023
Merged

Add js-cross devShell #176

merged 7 commits into from
Aug 4, 2023

Conversation

chreekat
Copy link
Contributor

@chreekat chreekat commented Jul 6, 2023

A continuation of #169.

I tried to add some CI, but I haven't messed with GitHub Actions much yet. Let's see how it goes.

bgamari and others added 3 commits July 6, 2023 12:13
This merely injects `--host` and `--target` flags into the recommended
`configure` arguments.
@chreekat chreekat mentioned this pull request Jul 6, 2023
cross compiler smoke test:
runs-on: ubuntu-latest

steps:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there's some way to not duplicate the setup steps between jobs, I'm all ears.

@chreekat
Copy link
Contributor Author

chreekat commented Jul 6, 2023

Hopefully I fixed the job failure :)

@chreekat
Copy link
Contributor Author

chreekat commented Jul 6, 2023

Sigh... once more

@chreekat
Copy link
Contributor Author

chreekat commented Jul 6, 2023

(But which is it? I've been calling it the "wasm backend", not the "wasi backend")

README.md Outdated Show resolved Hide resolved
@bgamari
Copy link
Collaborator

bgamari commented Jul 10, 2023

(But which is it? I've been calling it the "wasm backend", not the "wasi backend")

Sorry, yes, that was a poor choice of name on my part. I think "wasm backend" is indeed more accurate. Feel free to rename it.

@chreekat
Copy link
Contributor Author

@bgamari hehe ok. But not in this PR I think, since it doesn't include any changes to the wasm/wasi side.

I think this particular PR is good to go now.

@doyougnu
Copy link
Contributor

doyougnu commented Aug 3, 2023

Hello, is this PR stuck on something? What can be done to move this forward?

@supersven supersven requested a review from MangoIV August 3, 2023 19:16
Copy link
Contributor

@MangoIV MangoIV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I built a JS backend with this (given that I didn't overlook some change) and the documentation updates look good to me.

@supersven supersven merged commit 7d1bf69 into alpmestan:master Aug 4, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

5 participants