This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Contract test api #98
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a075744
Contract for testing API (wip)
elmato b476e53
make db.h functions have C linkage
elmato 3fdbd63
rewrite base32 encoding/decoding
elmato c1d0fbd
add tests to db module (i64 functions) + tests for print/math modules
elmato f150cb8
Add -fno-builtin -ffreestanding -nostdlib options to wasm compiler
elmato e515509
Use code from current context to invoke the correct recipient
elmato e1a074c
Group load functions of i128i128 objects
elmato 6ba6a5c
Normalize store and load functions precondition checks and skip keys …
elmato 5963104
Implement load_secondary_i128i128
elmato 04a6b71
make store_i128i128 to work like store_i64
elmato 6065bce
Remove recipients from message contructor
elmato 73e3a6c
remove key parameter from load_secondary_i128i128
elmato 3344491
API unit test refactor and first test case for i128i128 db api functions
elmato File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary? Could we document this wasm.cmake file to explain why each and every argument is listed?