-
Notifications
You must be signed in to change notification settings - Fork 461
Make it compile for wasm #422
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
Comments
|
@BurntSushi: I've one more for you. aho-corasick needs a new release. The current one is still using memchr 1.x. |
@vmx Done. I also put out a new release of |
I've open an issue on libc (rust-lang/libc#861) to do a new release. After that it should be possible to compile regex for wasm32. |
@vmx Looks like this is done! I fully expect to be using this regex crate in the browser by tonight. :P |
My LALRPOP grammer (which uses regex) works in the browser, hence I consider this done. Thanks again everyone that was involved. |
@vmx w00t! If there's a way to share a demo that would be really awesome! |
There's been a fruitful discussion at #421 on how to get regex to compile on the wasm32 target.
I decided to open a new issue to outline the next steps.
Let's see if that's enough or further things are needed. I'll check ones the above ones are done.
The text was updated successfully, but these errors were encountered: