go-interpreter / wagon

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

disasm/exec/validate/wasm: trivial typo fixes #132

Closed justinclift closed 5 years ago

justinclift commented 5 years ago

Trivial typo fixes noticed while looking through the code base.

codecov-io commented 5 years ago

Codecov Report

Merging #132 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   67.55%   67.55%           
=======================================
  Files          41       41           
  Lines        4787     4787           
=======================================
  Hits         3234     3234           
  Misses       1281     1281           
  Partials      272      272
Impacted Files Coverage Δ
wasm/index.go 54.54% <ø> (ø) :arrow_up:
exec/memory.go 86.32% <ø> (ø) :arrow_up:
disasm/disasm.go 81.78% <ø> (ø) :arrow_up:
wasm/section.go 49.28% <ø> (ø) :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 c2df253...dd757c8. Read the comment docs.

sbinet commented 5 years ago

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

sbinet commented 5 years ago

thanks!