-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Host calls deserialize a single struct (#881)
* Make put method take a pointer and a length * Make get-bytes serialize all its args together * Make delete use the same calling convention as get * Cleanup state code * Cleanup the new call conventions * Run go formatter * Delete Go program-example tests * Make the Go linter happy * Fix the delete implementation * Fixup *Args visibility
- Loading branch information
1 parent
4b403b4
commit f002156
Showing
12 changed files
with
184 additions
and
588 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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.