Add basic example of wac CLI and programatic API#107
Add basic example of wac CLI and programatic API#107rylev merged 2 commits intobytecodealliance:mainfrom
Conversation
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
|
Would there be any value in the README for this example also saying why I don't think it's confusing to see what the options are. On the contrary, I'm confused when I think there are other options that aren't mentioned. |
fibonacci1729
left a comment
There was a problem hiding this comment.
Small fix for the name of the wac document used and optional clarifying question.
Looks great!
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
|
I tried to address all the feedback here. Let me know what you think! |
|
Wow! Your README is really nice. It very quickly gets to the point and shows three ways of using I don't think there is any need to provide pros and cons for the various options (which you don't). Anyone reading this will be used to being able to do things in multiple ways and will know that the pros and cons for their situation will become evident when they sit down and start using it. |
Maybe tweak this description, since it probably gets into the git log. The example shows how to use |
Fixes #51
This adds a simple example showing how
wac encode,wac plug, and thewac-graphAPI work.