Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tyhopp/lenv-ports

WASI-based ports of lenv
https://github.com/tyhopp/lenv-ports

wasi wasm

Last synced: about 1 month ago
JSON representation

WASI-based ports of lenv

Awesome Lists containing this project

README

        

# lenv-ports

Ports of [lenv](https://github.com/tyhopp/lenv) to various programming languages.

Each port uses [WebAssembly System Interface (WASI)](https://wasi.dev/) binary of [lenv](https://github.com/tyhopp/lenv), which is written in Go.

## Available ports

- [JavaScript](js/README.md), published to [npm](https://www.npmjs.com/package/lenv-js)
- [Python](py/README.md), published to [PyPI](https://pypi.org/project/lenv-py)
- [Rust](rs/README.md), published to [crates.io](https://crates.io/crates/lenv-rs)