https://github.com/dipankardas011/my-wasm-learning
lets learn about wasm
https://github.com/dipankardas011/my-wasm-learning
Last synced: 3 months ago
JSON representation
lets learn about wasm
- Host: GitHub
- URL: https://github.com/dipankardas011/my-wasm-learning
- Owner: dipankardas011
- Created: 2023-03-28T18:29:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T15:42:07.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:25:50.614Z (8 months ago)
- Language: Rust
- Size: 53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wasm projects
# First Cli
## references
[Blog link](https://blog.ediri.io/lets-build-a-cli-in-rust)## wasi-bot (HTTPS)
> for spin check the gpt2-bot
also its deployed on https://chat-bot-wasm.azurewebsites.net/
> Using wasmedge
```bash
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -p /usr/localwget https://github.com/WasmEdge/WasmEdge/releases/download/0.11.1/WasmEdge-plugin-wasmedge_httpsreq-0.11.1-manylinux2014_x86_64.tar.gz\n
tar -xzf WasmEdge-plugin-wasmedge_httpsreq-0.11.1-manylinux2014_x86_64.tar.gz
sudo cp libwasmedgePluginHttpsReq.so /usr/local/lib/wasmedge/
cargo build --target wasm32-wasi --release
```