-
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
Import clang kickstart guide #132
Conversation
@@ -89,7 +89,8 @@ One of the [design goals](https://github.com/ewasm/design/blob/master/rationale. | |||
|
|||
At present, we've developed support for the following languages and toolchains: | |||
|
|||
- LLVM: C, C++, and Rust: documentation pending | |||
- [C/C++ (LLVM) WebAssembly tutorial](./clang.md) | |||
- Rust: documentation pending |
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.
There is a PR open for this.
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.
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.
I know. Want to merge that too.
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, but I would prefer if it was more comprehensive than just a walkthrough on commands.
Your PR adds the extra text :) |
Part of #111.