arvalez-plugin-runtime 1.4.1

WASM plugin runtime for Arvalez
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "arvalez-plugin-runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "WASM plugin runtime for Arvalez"
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
anyhow.workspace = true
arvalez-ir.workspace = true
serde_json.workspace = true
tempfile.workspace = true
wasmtime.workspace = true
wasmtime-wasi.workspace = true