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

Disable i128 integers on Emscripten targets #1365

Merged
merged 1 commit into from Aug 23, 2018
Merged

Conversation

koute
Copy link
Contributor

@koute koute commented Aug 23, 2018

Emscripten doesn't currently support i128 and will fail with the following error if they're used:

LLVM ERROR: Instruction not yet supported for integer types larger than 64 bits

@dtolnay dtolnay merged commit c1583bf into serde-rs:master Aug 23, 2018
@dtolnay
Copy link
Member

dtolnay commented Aug 23, 2018

Thanks! I published this in 1.0.74.

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

Successfully merging this pull request may close these issues.

None yet

2 participants