go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
903 stars 148 forks source link

Implement more float & parametric instructions. #127

Closed twitchyliquid64 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #127 into master will decrease coverage by 0.23%. The diff coverage is 37.26%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #127      +/-   ##
=========================================
- Coverage   66.74%   66.5%   -0.24%     
=========================================
  Files          41      41              
  Lines        4399    4490      +91     
=========================================
+ Hits         2936    2986      +50     
- Misses       1192    1233      +41     
  Partials      271     271
Impacted Files Coverage Δ
exec/internal/compile/scanner.go 0% <0%> (ø) :arrow_up:
exec/internal/compile/backend_amd64.go 77.02% <40.26%> (-1.73%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c6c200a...b7192e7. Read the comment docs.