Skip to content

Comments

Disable i128 integers on Emscripten targets#4

Merged
dtolnay merged 1 commit intodtolnay:masterfrom
koute:master
Aug 23, 2018
Merged

Disable i128 integers on Emscripten targets#4
dtolnay merged 1 commit intodtolnay:masterfrom
koute:master

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 d1b0428 into dtolnay:master Aug 23, 2018
@dtolnay
Copy link
Owner

dtolnay commented Aug 23, 2018

Thanks! I published 0.2.5 with this fix.

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.

2 participants