Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yyh1102/go-wasm-metering
Browse files Browse the repository at this point in the history
  • Loading branch information
lowesyang committed Jul 18, 2019
2 parents 9bd918f + 5019ab9 commit 7e8d6d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# go-wasm-metering
Gas validator and metering injector for eWASM in Golang.
Gas metering injector for eWASM in Golang.

## Install

Expand All @@ -15,7 +15,7 @@ package main
import "github.com/yyh1102/go-wasm-metering"

func main(){
wasm, err:=ioutil.ReadFile("xxx")
wasm, err:=ioutil.ReadFile("xxx.wasm")
if err!=nil{
panic(err)
}
Expand All @@ -29,4 +29,4 @@ func main(){
```

## License
Apache-2.0
Apache-2.0

0 comments on commit 7e8d6d5

Please sign in to comment.