feat: update with web assembly components
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-01 22:21:17 +01:00
parent 2387a70778
commit db4cc98643
14 changed files with 1500 additions and 25 deletions

View File

@@ -32,5 +32,8 @@ reqwest = { version = "0.12.9", default-features = false, features = [
"http2",
"charset",
"native-tls-vendored",
"stream",
] }
serde_json = "1.0.133"
wasmtime = "27.0.0"
wasmtime-wasi = "27.0.0"