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

feat: conversion op codes #79

Merged
merged 1 commit into from
Sep 10, 2024
Merged

feat: conversion op codes #79

merged 1 commit into from
Sep 10, 2024

Conversation

nerodesu017
Copy link
Collaborator

Pull Request Overview

This pull request adds conversion op codes.

Testing Strategy

This pull request was tested using (almost) all related tests from the Wasm TestSuite

TODO or Help Wanted

N/A

Formatting

  • Ran cargo fmt
  • Ran cargo check
  • Ran cargo build
  • Ran cargo doc
  • Ran nix fmt

Github Issue

This pull request partially implements #2

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/core/error.rs 6.06% <100.00%> (+6.06%) ⬆️
src/execution/interpreter_loop.rs 94.69% <100.00%> (+1.15%) ⬆️
src/execution/value.rs 81.18% <100.00%> (+6.47%) ⬆️
src/validation/code.rs 64.19% <100.00%> (+4.38%) ⬆️

@nerodesu017 nerodesu017 force-pushed the feat/conversion-op-codes branch 2 times, most recently from 66a9880 to 0bb5f3a Compare August 28, 2024 15:45
@nerodesu017 nerodesu017 self-assigned this Aug 28, 2024
src/execution/value.rs Outdated Show resolved Hide resolved
florianhartung
florianhartung previously approved these changes Sep 9, 2024
Signed-off-by: nerodesu017 <[email protected]>
@george-cosma george-cosma added this pull request to the merge queue Sep 10, 2024
Merged via the queue into main with commit 983935a Sep 10, 2024
12 checks passed
@george-cosma george-cosma deleted the feat/conversion-op-codes branch September 10, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants