Fix the C API crate

This commit is contained in:
Michael-F-Bryan
2023-03-01 13:14:18 +08:00
parent db2a66110c
commit 414146c36b

View File

@@ -42,6 +42,7 @@ libc = { version = "^0.2", default-features = false }
thiserror = "1"
typetag = { version = "0.1", optional = true }
paste = "1.0"
wasmer-vfs = { version = "3.2.0-alpha.1", path = "../vfs", optional = true }
[dev-dependencies]
field-offset = "0.3.3"