Skip to content

Commit 3a08465

Browse files
committed
x/cabi: fix README
1 parent 5d3d6ce commit 3a08465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/cabi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The `cabi` package contains a single exported WebAssembly function `cabi_realloc` ([Canonical ABI] realloc). To use, import this package with `_`:
44

5-
```
6-
import _ "github.com/bytecodealliance/wasm-tools-go/cabi"
5+
```go
6+
import _ "go.bytecodealliance.org/x/cabi"
77
```
88

99
`cabi_realloc` is a WebAssembly [core function](https://www.w3.org/TR/wasm-core-2/syntax/modules.html#functions) that is validated to have the following core function type:

0 commit comments

Comments
 (0)