Skip to content

Commit

Permalink
Merge #208: Jet wrappers
Browse files Browse the repository at this point in the history
c9d5c00 Update libsimplicity (Christian Lewe)
71bea25 FFI: Add WRAP_ macro (Christian Lewe)
11e35ba FFI: Update vendor script (Christian Lewe)

Pull request description:

  Update libsimplicity and use generated jet wrappers.

ACKs for top commit:
  apoelstra:
    ACK c9d5c00

Tree-SHA512: 3eb1d79198b2ee7946dc5efadf9d178407959e5fc4d2fca62ebc504c540ee0de0b3b4c1282ed80379b5277222ed06caf4a9cb4ead8ffe503d79f4791c396b487
  • Loading branch information
apoelstra committed Feb 19, 2024
2 parents 3cb2faf + c9d5c00 commit f20a28c
Show file tree
Hide file tree
Showing 10 changed files with 2,166 additions and 1,065 deletions.
3 changes: 1 addition & 2 deletions simplicity-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ fn main() {
.files(test_files)
.file(Path::new("depend/wrapper.c"))
.file(Path::new("depend/env.c"))
// TODO Enable once file has been autogenerated
//.file(Path::new("depend/jets_wrapper.c"))
.file(Path::new("depend/jets_wrapper.c"))
.include(simplicity_path.join("include"));

if cfg!(not(fuzzing)) {
Expand Down
Loading

0 comments on commit f20a28c

Please sign in to comment.