Skip to content

dipankardas011/my-wasm-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasm projects

First Cli

references

Blog link

wasi-bot (HTTPS)

for spin check the gpt2-bot

also its deployed on https://chat-bot-wasm.azurewebsites.net/

Using wasmedge

curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -p /usr/local

wget 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

About

lets learn about wasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published