Skip to content

Commit 10725e9

Browse files
committed
sync tabs
1 parent 657639e commit 10725e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/How To/smart contract development.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tinygo build -gc=custom -scheduler=none -panic=trap -no-debug -target=wasm-unkno
103103

104104
To remove metadata from the output WASM binary to reduce file size:
105105

106-
<Tabs>
106+
<Tabs syncKey="wasmTools">
107107
<TabItem label="Wabt">
108108
```sh
109109
wasm-strip -o artifacts/main-striped.wasm artifacts/main.wasm
@@ -118,7 +118,7 @@ To remove metadata from the output WASM binary to reduce file size:
118118

119119
To inspect the output WASM assembly:
120120

121-
<Tabs>
121+
<Tabs syncKey="wasmTools">
122122
<TabItem label="Wabt">
123123
```sh
124124
wasm2wat artifacts/main.wasm

0 commit comments

Comments
 (0)