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

Add integer types #2

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

Add integer types #2

wants to merge 9 commits into from

Conversation

mrLSD
Copy link

@mrLSD mrLSD commented Jul 16, 2021

  • added Integer target types: i64, u64
  • added additional tests

So supported Number types: f64, i64, u64

Motivation: f64 only number parsing for i64, u64 types has pitfalls for production use.

Integer types enabling via integer cargo feature.

Fully compatible with the previous release. So users shouldn't change anything.

matklad and others added 2 commits January 21, 2022 18:55
This removes the need for `core::intrinsics` by adding an implementation
of the relevant intrinsic. For wasm32-unknown-unknown target, this
should result in virtually identical generated code.
compatibility with stable
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