Skip to content

Commit

Permalink
Merge pull request #404 from eminetto/eminetto-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
syrusakbary authored May 24, 2024
2 parents ca60a45 + 9b1ad3f commit d199c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ package main
import (
"fmt"
"io/ioutil"
"os"
wasmer "github.com/wasmerio/wasmer-go/wasmer"
)
func main() {
wasmBytes, _ := ioutil.ReadFile("simple.wasm")
wasmBytes, _ := os.ReadFile("simple.wasm")
engine := wasmer.NewEngine()
store := wasmer.NewStore(engine)
Expand Down

0 comments on commit d199c2b

Please sign in to comment.