Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 469 Bytes

Experimental HTTP Client and Server Example

NB: this example uses an experimental wasi-http that incorporates an experimental HTTP client library being developed as part of the WASI specification. Use at your own risk, things may change in the future.

Building the client example

make main.wasm

Running

make clean; make run

Building the server example

make server.wasm

Running

make clean; make run-server