Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

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

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

Open in GitHub Codespaces

The following examples allow you to build a browser example (same as related demo), along with Deno and Bun examples and experiment with all of them.

# Example Description Browser demo
1

Starlark

in pure Starlark-go

Demo

2

Starlib

using qri-io/starlib - the "Starlark's Missing standard Library"

Demo

3

Starlight

using starlight-go/starlight lib

Demo

4

Starlight Enhanced

using 1set/starlight lib - the maintained fork of Starlight

Demo

5

starlark-go-nethttp

using pcj/starlark-go-nethttp lib - a http module for starlark-go

Demo

Created for (wannabe-awesome) list