-
Notifications
You must be signed in to change notification settings - Fork 30
Announcing the web-sys
crate!
#27
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
Conversation
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.
Content is good just a bit of styling really! This is exciting news! :D
<a style="max-width: 300px; float: right; padding: 1.5em; font-size: 80%" href="/images/new-wasm-bindgen-architecture.png"> | ||
<img alt="wasm-bindgen's new architecture with a WebIDL frontend" | ||
src="/images/new-wasm-bindgen-architecture.png"/> | ||
`wasm-bindgen`'s new architecture with its WebIDL frontend. |
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.
You probably want a <br>
tag here so that it's below the image
exactly that. | ||
|
||
<div style="clear: both"/> | ||
<style>h2, h3 { margin-top: 15px; }</style> |
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.
These two lines are just being rendered as text, possibly due to div not having a closing or opening tag
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.
Or it just being GitHub sanitizing it
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 think it is that; when I run locally with jekyll, display is fine.
Thanks for the review! ^_^
|
||
[More information and source code.](https://rustwasm.github.io/wasm-bindgen/examples/paint.html) | ||
|
||
<iframe src="https://rustwasm.github.io/wasm-bindgen/exbuild/paint/" style="min-width: 662px; min-height: 502px;"></iframe> |
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.
Same thing as above so my guess is sanitizing by GitHub
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 great to me!
f2447df
to
0b82c07
Compare
No description provided.