go-interpreter / wagon

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

wast: writeMemory should print Maximum not Initial. #122

Closed iphucc closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #122 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #122   +/-   ##
=======================================
  Coverage   66.02%   66.02%           
=======================================
  Files          41       41           
  Lines        4130     4130           
=======================================
  Hits         2727     2727           
  Misses       1133     1133           
  Partials      270      270
Impacted Files Coverage Δ
wast/write.go 70.15% <0%> (ø) :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 f1098da...ee17b6a. Read the comment docs.

sbinet commented 5 years ago

needs https://github.com/go-interpreter/license/pull/15.

sbinet commented 5 years ago

thanks again!