Skip to content

Ruby 3 3 and later ruby wasm#15

Open
noahgibbs wants to merge 5 commits intomainfrom
ruby_3_3_and_later_ruby_wasm
Open

Ruby 3 3 and later ruby wasm#15
noahgibbs wants to merge 5 commits intomainfrom
ruby_3_3_and_later_ruby_wasm

Conversation

@noahgibbs
Copy link
Copy Markdown
Collaborator

This is the branch I'm using successfully for Scarpe-Wasm. I could probably use something a lot simpler than this successfully...

A lot of the complexity is the naming convention changes that ruby-wasm 2.4.0+ made. So we could also make this a lot simpler by just not supporting 2.3.0 and before.

Noah Gibbs added 5 commits December 15, 2023 22:40
Default to release 2.3.0 since 2.4.0 changes filenames and behavior significantly
So the env var won't work for version 2.4.0+.
@noahgibbs
Copy link
Copy Markdown
Collaborator Author

I've taken out the specific version check. That was basically an artefact of the belief that we could specify a version... And that's not working. The tests break when we do. I can version-lock the archive file and the JS and it's not enough. Something else is using the latest version somehow.

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.

1 participant