feat: extism works

This commit is contained in:
2022-12-04 15:00:28 +08:00
parent 78561aec5b
commit 1098220058
6 changed files with 185 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "extism_plugin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate_type = ["cdylib"]
[dependencies]
serde = "1.0.148"
extism-pdk = "0.1.0"