Skip to content

Commit

Permalink
cmd/mecha: use hybridgroup fork of wazero
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 29, 2024
1 parent e770a95 commit bf4fc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mecha/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func createFromTemplate(templ, proj string) error {

func replaceWazeroWithFork() error {
var stdout, stderr bytes.Buffer
cmd := exec.Command("go", "mod", "edit", "-replace", "github.com/tetratelabs/wazero=github.com/orsinium-forks/[email protected]20240305131633-28fdf656fe85")
cmd := exec.Command("go", "mod", "edit", "-replace", "github.com/tetratelabs/wazero=github.com/hybridgroup/[email protected]20240328190114-79d4bea3ca005")
cmd.Stdout = &stdout
cmd.Stderr = &stderr
if err := cmd.Run(); err != nil {
Expand Down

0 comments on commit bf4fc7c

Please sign in to comment.