lunatic-wasi-api 0.13.2

Lunatic host functions for WASI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lunatic-wasi-api"
version = "0.13.2"
edition = "2021"
description = "Lunatic host functions for WASI."
homepage = "https://lunatic.solutions"
repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates/lunatic-wasi-api"
license = "Apache-2.0/MIT"

[dependencies]
lunatic-common-api = { workspace = true }
lunatic-process = { workspace = true }
lunatic-stdout-capture = { workspace = true }

anyhow = { workspace = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }