Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tyhopp/lenv-ports
- Owner: tyhopp
- License: mit
- Created: 2024-09-22T08:52:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T06:57:44.000Z (3 months ago)
- Last Synced: 2024-11-30T07:08:42.963Z (about 2 months ago)
- Topics: wasi, wasm
- Language: Rust
- Homepage:
- Size: 721 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)