Skip to content

Commit

Permalink
Make deepsource happy with compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 17, 2022
1 parent b815ec2 commit 38ae18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/runtime/wasmer/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
package wasmer

// #include <stdlib.h>
//
//
import "C"

//
import (
"fmt"
"math/big"
Expand Down

0 comments on commit 38ae18f

Please sign in to comment.