We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657639e commit 10725e9Copy full SHA for 10725e9
1 file changed
src/content/docs/How To/smart contract development.mdx
@@ -103,7 +103,7 @@ tinygo build -gc=custom -scheduler=none -panic=trap -no-debug -target=wasm-unkno
103
104
To remove metadata from the output WASM binary to reduce file size:
105
106
-<Tabs>
+<Tabs syncKey="wasmTools">
107
<TabItem label="Wabt">
108
```sh
109
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:
118
119
To inspect the output WASM assembly:
120
121
122
123
124
wasm2wat artifacts/main.wasm
0 commit comments