moonrepo / proto

A pluggable multi-language version manager.
https://moonrepo.dev/proto
MIT License
677 stars 34 forks source link

new: Add `send_request` host function. #573

Closed milesj closed 2 months ago

milesj commented 2 months ago

Requests made from WASM need to use the same HTTP settings (https://moonrepo.dev/docs/proto/config#settingshttp) as the proto binary, which uses reqwest, but WASM uses ureq.