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

Float support #1864

Merged
merged 23 commits into from
Sep 26, 2023
Merged

Float support #1864

merged 23 commits into from
Sep 26, 2023

Conversation

chipshort
Copy link
Collaborator

@chipshort chipshort commented Sep 6, 2023

closes #1845

functionality itself is implemented
I replaced the floaty contract with one that can execute any wasm float instruction.

@chipshort chipshort marked this pull request as ready for review September 14, 2023 15:06
Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impressive work, love it

contracts/floaty/README.md Outdated Show resolved Hide resolved
contracts/floaty/src/contract.rs Outdated Show resolved Hide resolved
contracts/floaty/src/floats.rs Outdated Show resolved Hide resolved
contracts/floaty/README.md Outdated Show resolved Hide resolved
contracts/floaty/Cargo.toml Outdated Show resolved Hide resolved
.circleci/config.yml Show resolved Hide resolved
packages/vm/src/calls.rs Show resolved Hide resolved
packages/vm/src/calls.rs Outdated Show resolved Hide resolved
contracts/floaty/src/bin/schema.rs Outdated Show resolved Hide resolved
contracts/floaty/src/floats.rs Outdated Show resolved Hide resolved
Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff! Some more small findings.

What I think we should add now:

  • CHANGELOG entry
  • Port the test to wasmvm, allowing for easier testing in more systems
  • A second review by e.g. @DariuszDepta

packages/vm/src/calls.rs Outdated Show resolved Hide resolved
packages/vm/src/calls.rs Outdated Show resolved Hide resolved
@chipshort chipshort merged commit 2009587 into main Sep 26, 2023
26 checks passed
@chipshort chipshort deleted the 1845-float-support branch September 26, 2023 07:25
This was referenced Sep 28, 2023
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.

Float support 🫠
3 participants