We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f526da commit 2105c1cCopy full SHA for 2105c1c
lib.go
@@ -1,6 +1,7 @@
1
//go:build cgo && !nolink_libwasmvm
2
3
-// 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
4
+// is available (i.e. cgo is enabled and nolink_libwasmvm is not set).
5
6
package cosmwasm
7
lib_no_cgo.go
@@ -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.
0 commit comments