Created
April 15, 2021 12:36
-
-
Save ilyar/d4dd9ae43652d5c70bfa3e8e4050452e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # HTTPie—aitch-tee-tee-pie—is a user-friendly command-line HTTP client for the API https://httpie.io/ | |
| # demo: https://httpie.io/run | |
| apt-get install httpie | |
| # WABT: The WebAssembly Binary Toolkit https://github.com/WebAssembly/wabt | |
| # demo: https://webassembly.github.io/wabt/demo/ | |
| apt-get install wabt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment