Update Cookbook.md

extensions
Volodymyr Shymanskyy 3 years ago committed by GitHub
parent 7c5503a262
commit 0bf8cab501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -373,6 +373,17 @@ Hello, world!
```
</details>
## Gas Metering
```sh
$ npm install -g wasm-metering
$ wasm-meter hello.wasm hello-metered.wasm
$ wasm3 hello-metered.wasm
Warning: Gas is limited to 500000000.0000
Hello, world!
Gas used: 20.8950
```
## Other resources

Loading…
Cancel
Save