Skip to content

Online interpreter for Starlark (using starlark-go compiled to wasm)

License

Notifications You must be signed in to change notification settings

laurentlb/try-starlark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try Starlark

Try Starlark is an online Starlark interpreter. Play with the language from your browser.

Starlark is a simple language that looks like Python. It is designed to be embedded in other applications.

This repository uses starlark-go, an implementation of a Starlark interpreter written in Go. It is compiled to WebAssembly and used from Javascript.

Compile

$ cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
$ GOOS=js GOARCH=wasm go build

About

Online interpreter for Starlark (using starlark-go compiled to wasm)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published