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

Exclude i128 and u128 when targeting emscripten #276

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Spoonbender
Copy link

Fixes #272
The i128 and u128 experimental types are not well supported by emscripten, and rand doesn't support them when targeting emscripten.
This PR excludes supports for i128 and u128 from quickcheck to properly build when targeting emscripten.

(In the future we might encounter other build targets that don't support i128 and i128, and we should be able to exclude from them with little adjustments)

Not included in this PR:

  • Ensuring that building for emscripten succeeds in CI (I am not familiar with the GitHub CI YAML :-( )

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.

Add support for emscripten (wasm32-unknown-emscripten target)
1 participant