go-interpreter / wagon

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

validate/disasm: fix call_indirect and some reserved value checking #156

Closed laizy closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #156 into master will decrease coverage by 0.01%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
- Coverage   69.51%   69.49%   -0.02%     
==========================================
  Files          43       43              
  Lines        4976     4999      +23     
==========================================
+ Hits         3459     3474      +15     
- Misses       1227     1231       +4     
- Partials      290      294       +4
Impacted Files Coverage Δ
disasm/disasm.go 80.63% <60%> (-1.16%) :arrow_down:
wasm/leb128/read.go 92.98% <0%> (-7.02%) :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 32f7a52...340517d. Read the comment docs.