Skip to content

Commit 1b9e90e

Browse files
committed
rust: add building static wasmtime bindings too
Why not - users may want to prefer to create a static binary without having to worry about library paths.
1 parent 93d0e7d commit 1b9e90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rust/wasmtime-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wasmtime = "2.0"
1010

1111
[lib]
1212
name = "wblibsql"
13-
crate-type = ["cdylib"]
13+
crate-type = ["cdylib", "staticlib"]
1414
doc = false
1515
test = false
1616
doctest = false

0 commit comments

Comments
 (0)