Skip to content

Commit 3cf8a8c

Browse files
committed
f fix readme further
1 parent b37d090 commit 3cf8a8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-bindings-gen/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
LDK C Bindings Generator
22
========================
33

4-
This program parses a single-file-lib.rs Rust crate's AST passed in on stdin and generates a second
5-
crate which is C-callable (and carries appropriate annotations for cbindgen). It is usually invoked
6-
via the `genbindings.sh` script in the top-level directory, which converts the lightning crate into
7-
a single file with a call to
4+
This program parses a Rust crate's AST from a single lib.rs passed in on stdin and generates a
5+
second crate which is C-callable (and carries appropriate annotations for cbindgen). It is usually
6+
invoked via the `genbindings.sh` script in the top-level directory, which converts the lightning
7+
crate into a single file with a call to
88
`RUSTC_BOOTSTRAP=1 cargo rustc --profile=check -- -Zunstable-options --pretty=expanded`.
99

1010
`genbindings.sh` requires that you have a rustc installed with the `wasm32-wasi` target available

0 commit comments

Comments
 (0)