Skip to content

Commit 3828de8

Browse files
authored
fix: readme docs on host function namespace
1 parent 6ed2ba2 commit 3828de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ to do this correctly. So we recommend reading our [concept doc on Host Functions
254254
Host functions have a similar interface as exports. You just need to declare them as extern on the top of your main.go. You only declare the interface as it is the host's responsibility to provide the implementation:
255255

256256
```go
257-
//go:wasmimport extism:user a_python_func
257+
//go:wasmimport extism:host/user a_python_func
258258
func aPythonFunc(uint64) uint64
259259
```
260260

0 commit comments

Comments
 (0)