Skip to content

Commit

Permalink
don't call programs.SetTarget for TargetWavm
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed Aug 28, 2024
1 parent 99b34b3 commit bf735f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions execution/gethexec/executionengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ func populateStylusTargetCache(targetConfig *StylusTargetConfig) error {
for _, target := range targets {
var effectiveStylusTarget string
switch target {
case rawdb.TargetWavm:
// skip wavm target
continue
case rawdb.TargetArm64:
effectiveStylusTarget = targetConfig.Arm64
case rawdb.TargetAmd64:
Expand Down

0 comments on commit bf735f4

Please sign in to comment.