-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2b95398 Cargo: Fix genrandom in WASM (Christian Lewe) ba4c0fa Cargo: Remove libc (Christian Lewe) e77330c FFI: Allocate in Rust (Christian Lewe) fec1835 FFI: Use local types (Christian Lewe) c7f8a08 FFI: Define uint_fast*_t types (Christian Lewe) 3fd64d3 FFI: Update build script (Christian Lewe) 63522a7 FFI: Split jet and test bindings (Christian Lewe) cfb9a33 Update libsimplicity (Christian Lewe) Pull request description: Make rust-simplicity compile in WASM. Move test-only FFI bindings into separate module, separating them from jet-only FFI bindings. The latter compile in WASM while the former don't. Define more C types (checked in WASM) and use these local types. Remove libc dependency entirely. Redefine allocation in Rust. ACKs for top commit: apoelstra: ACK 2b95398 Tree-SHA512: 05eb734dcd902e742ce20ca7cdb7b661f9558d66f26d28e927b21304581c0d4eb763cffb611a4335c378de55d07498d265bd224ffe320a10b3725cf78ad16df7
- Loading branch information
Showing
43 changed files
with
1,248 additions
and
663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# This file has been automatically generated. | ||
9a1d681427b8b5384bafd758d0160c62c4344a8e | ||
adb7be91acd1e91415b93a5b29c634c4447f7a50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.