go-interpreter / wagon

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

wasm: checks names are valid utf-8 string #153

Closed laizy closed 5 years ago

laizy commented 5 years ago

fix #145

codecov-io commented 5 years ago

Codecov Report

Merging #153 into master will decrease coverage by 0.02%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
- Coverage   69.54%   69.51%   -0.03%     
==========================================
  Files          43       43              
  Lines        4974     4976       +2     
==========================================
  Hits         3459     3459              
- Misses       1226     1227       +1     
- Partials      289      290       +1
Impacted Files Coverage Δ
wasm/read.go 73.46% <71.42%> (-3.13%) :arrow_down:
wasm/section.go 54.87% <85.71%> (ø) :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 4c85b4e...eee5a10. Read the comment docs.