We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffb682 commit 90e4dafCopy full SHA for 90e4daf
crates/c-api/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
11
12
[lib]
13
name = "wasmtime"
14
-crate-type = ["staticlib", "cdylib"]
+crate-type = ["staticlib", "cdylib", "rlib"]
15
doc = false
16
test = false
17
doctest = false
crates/c-api/src/lib.rs
@@ -11,6 +11,8 @@
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
+pub use wasmtime::*;
+
mod config;
mod engine;
18
mod error;
0 commit comments