Skip to content

Latest commit

 

History

History
109 lines (74 loc) · 1.84 KB

README.md

File metadata and controls

109 lines (74 loc) · 1.84 KB

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