Skip to content

Latest commit

 

History

History
101 lines (70 loc) · 1.47 KB

File metadata and controls

101 lines (70 loc) · 1.47 KB

Make HTTP requests from inside WASM in Rust

This devcontainer is configured to provide you a latest stable version of Rust toolset.

Open in GitHub Codespaces

Browser / JS runtime Examples

# Example Description Browser demo
1

quad-net

Use quad-net plugin for Miniquad to send HTTP requests from web browser.

Demo

WASI / Standalone / Server-side Examples

# Example Description Compatibility
1

waki

Use waki WASI HTTP library to send HTTP requests from Wasmtime.

WASI Preview 2 / WASI 0.2

2

wstd::http::Client

Use wstd WASI "stdlib" to send HTTP requests from Wasmtime.

WASI Preview 2 / WASI 0.2

3

wstd::net::TcpStream

Use "raw" wasip2 sockets and wstd's TcpStream to send HTTP requests from Wasmtime.

WASI Preview 2 / WASI 0.2

Created for (wannabe-awesome) list