rename runtime → wasm-runtime
build / build (push) Successful in 29s

This commit is contained in:
2026-08-24 02:12:04 -06:00
parent bf2fc08ec4
commit 030b36cd98
10 changed files with 13 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "gyehoek-wasm-runtime"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
memoize = "0.6.0"
wasmtime = "46.0.1"