-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First draft of the Documentation #13
Conversation
If you want to view the changes, see here. |
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.
aWsm draft!! Thanks! Because it is open sourced, wondering if having sections on how to contribute as an outsider, or report issues (likely just raise issues in github repo) in the top-level README would benefit?
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.
It's looking great!
Some comments feel free to take or drop them.
Thanks for the feedback @geky and @phanikishoreg! If @Others doesn't have any requested changes, I'll apply this soon. |
@phanikishoreg I agree that instrunctions on how to contribute would be useful. However, there are two most important steps before that:
I'd like to delay adding the instructions till we have these! I will add issues for both, however ;-) |
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.
Looks good to me, couple nits, but don't feel strongly about them
doc/design.md
Outdated
|
||
- Programming languages are compiled into Wasm, for example, using LLVM. | ||
- Wasm has a binary representation and (as depicted) a s-expr representation. | ||
- The aWsm compiler inputs this Wasm, generates LLVM IR corresponding to the Wasm. |
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.
Nit: binary wasm
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.
Updated in 4199351
Includes:
doc/design.md