Merge pull request #1996 from fitzgen/ref-types-in-c-api

Support reference types in the C API
This commit is contained in:
Nick Fitzgerald
2020-07-13 10:58:42 -07:00
committed by GitHub
17 changed files with 592 additions and 291 deletions

1
Cargo.lock generated
View File

@@ -1743,6 +1743,7 @@ dependencies = [
name = "run-examples"
version = "0.18.0"
dependencies = [
"anyhow",
"cc",
]