Skip to content

Commit

Permalink
fix: temporary
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes committed Sep 12, 2024
1 parent f90fa69 commit 01b8d36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import (

"go.wasmcloud.dev/component/log/wasilog"
"go.wasmcloud.dev/component/net"

// TODO(lxf): Investigate if it is better to remove this import and let callers go directly to wasihttp
// Would allow callers to avoid importing wasmcloud:component world.
_ "go.wasmcloud.dev/component/net/wasihttp"
)

//go:embed wit/*
Expand Down

0 comments on commit 01b8d36

Please sign in to comment.