Skip to content

Make HTTP requests from inside WASM in Lua implemented in Go. Demo and devcontainer.

License

Notifications You must be signed in to change notification settings

wasm-outbound-http-examples/lua-in-go

Repository files navigation

Make HTTP requests from inside WASM in Lua (implemented in Golang)

Note: if you are interested in "classic", C-based Lua implementations like Wasmoon, see this project.

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

Open in GitHub Codespaces

  1. Example in browser-gluahttp directory allows you to build a gluahttp sample yourself and experiment with it. For details, see its README. Also browser demo is available.

  2. Example in browser-lmodhttpclient directory allows you to build a lmodhttpclient sample yourself and experiment with it. For details, see its README. Also browser demo is available.

  3. Example in browser-gopher-lua-libs directory allows you to build a gopher-lua-libs sample yourself and experiment with it. For details, see its README. Also browser demo is available.

Created for (wannabe-awesome) list