Crates.io | wasi-net |
lib.rs | wasi-net |
version | 0.4.0 |
source | src |
created_at | 2021-11-09 20:25:04.906146 |
updated_at | 2021-11-19 09:26:30.202999 |
description | Interface used to make web requests on WASI operating systems |
homepage | |
repository | https://github.com/john-sharratt/ate |
max_upload_size | |
id | 479050 |
size | 65,569 |
This library allows applications compiled to WASI to have access to HTTP and HTTPS queries that support the interface.
Consuming this library is simple, simply link to it and use the builder to construct an API request.
On the server side the following must be implemented
While it is possible to add request headers, it is not yet possible read response headers as the ability to iterate them using web-sys is not yet implemented upstream
You can test your WASI program by uploading it to wapm.io and then heading over to the Tokera Shell