-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extern macro CLI options for WASM boilerplate (#200)
# Extern macro option for WASM boilerplate * --wasm-cbor-json-api-macro Override for the CBOR to/from bytes API + to/from JSON * --wasm-conversions-macro Override for the conversion traits between wasm/rust types. (e.g. From between them + AsRef for the rust one) This will help compatibility for CML and make changing any details of these only require changing those macros instead of needing to regenerate the library again. This also significantly decreases the amount of repetitive boilerplate junk making reading the files clearer.
- Loading branch information
1 parent
4eb8f4a
commit 0469793
Showing
3 changed files
with
182 additions
and
81 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