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 WASM testing to CI #983

Open
BurntSushi opened this issue Apr 21, 2023 · 0 comments
Open

add WASM testing to CI #983

BurntSushi opened this issue Apr 21, 2023 · 0 comments

Comments

@BurntSushi
Copy link
Member

Someone on reddit mentioned that they are hoping WASM support continues to work through the release migration.

The regex crate has never promised WASM support and it is not being tested in CI. With that said, there are plenty of folks using the regex crate in a WASM context, notably regex101.com, so breaking that is not really an option. But given that we aren't doing any testing with WASM, that seems like a problem.

I personally don't have a ton of experience with WASM (yet), so I would love if someone with more expertise in that domain could contribute a patch that adds testing to CI. If there are many different ways of testing CI, then we should have a discussion first. I would definitely like to minimize dependencies on external tooling as much as possible, unless they are mature and not likely to break.

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

No branches or pull requests

1 participant