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 handling of divide by zero in amd64 backend #167

Closed twitchyliquid64 closed 5 years ago

twitchyliquid64 commented 5 years ago

Fixes #165

codecov-io commented 5 years ago

Codecov Report

Merging #167 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   69.61%   69.71%   +0.09%     
==========================================
  Files          48       48              
  Lines        5466     5484      +18     
==========================================
+ Hits         3805     3823      +18     
  Misses       1317     1317              
  Partials      344      344
Impacted Files Coverage Δ
exec/internal/compile/native.go 54.54% <ø> (ø) :arrow_up:
exec/native_compile.go 66.21% <100%> (+0.93%) :arrow_up:
exec/internal/compile/backend_amd64.go 80.32% <100%> (+0.35%) :arrow_up:

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 7bc5f1f...65b9b06. Read the comment docs.