-
Notifications
You must be signed in to change notification settings - Fork 22
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 basic support for targets related to wasm32. #53
Conversation
Map rust target wasm32-unknown-emscripten and wasm32-unknown-unknown to vcpkg triplet wasm32-emscripten.
Use vcpkg-rs to manage z3 instead. A non-default feature vcpkg is added. However, vcpkg-rs does not support wasm32 target currently. I created a pull request there at mcgoo/vcpkg-rs#53
Thanks for submitting! It would be great to also add some test coverage and brief documentation to go along with this support, if you're able. |
Okay, but I'm afraid that I need some time for it. I may be busy for several days as I'm attending a game. |
Pass extra args to run.sh.
Sorry the commit about documentation hasn't be pushed to github yet. Bad network. |
I guess brotlicommon-static has already been a static library so we don't need that. Test this later on Windows.
Combine two PRs together to test them.
I mean 4edd92f. |
@pkgw Any more suggestions? |
The comment is no longer operative now that the println is gone.
I'm very sorry, I've fallen far behind on my GitHub activity lately. I've simply punted on most things that were in my queue and am trying to catch back up. This now looks good to me, especially since it is such a non-invasive change. @waych please shout in the next few days if you have any comments here, otherwise I'll go ahead and merge. |
Map rust target wasm32-unknown-emscripten and wasm32-unknown-unknown to vcpkg triplet wasm32-emscripten.