Skip to content

Commit

Permalink
Update docs of lib.go/lib_no_cgo.go
Browse files Browse the repository at this point in the history
(cherry picked from commit 79e4627)
  • Loading branch information
webmaster128 authored and mergify[bot] committed Mar 29, 2024
1 parent 9f526da commit 2105c1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//go:build cgo && !nolink_libwasmvm

// This file contains the part of the API that is exposed when cgo is enabled.
// This file contains the part of the API that is exposed when libwasmvm
// is available (i.e. cgo is enabled and nolink_libwasmvm is not set).

package cosmwasm

Expand Down
3 changes: 2 additions & 1 deletion lib_no_cgo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// This file contains the part of the API that is exposed when cgo is disabled.
// This file contains the part of the API that is exposed no matter if libwasmvm
// is available or not. Symbols from lib.go are added conditionally.

package cosmwasm

Expand Down

0 comments on commit 2105c1c

Please sign in to comment.