An open API service indexing awesome lists of open source software.

https://github.com/wasm-outbound-http-examples/gpython

Make HTTP requests from inside WASM in gpython. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/gpython

go-python gpython http-client http-request wasm webassembly

Last synced: 6 months ago
JSON representation

Make HTTP requests from inside WASM in gpython. Demo and devcontainer.

Awesome Lists containing this project

README

          

# Make HTTP requests from inside WASM in Go-Python

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

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/wasm-outbound-http-examples/gpython)

1. [Browser demo](https://wasm-outbound-http-examples.github.io/gpython/).

2. Example in `browser-and-deno` directory allows you to build yourself a browser example (same as demo), along with Deno and Bun examples using
home-brewed `httpgetlib` module and experiment with it.
For details, see its [README](browser-and-deno/README.md).

Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)