Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upWebAssembly prototype implementation #63
Conversation
MikeHolman
and others
added some commits
Jan 6, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
msftclas
Jan 13, 2016
Hi @MikeHolman, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
It looks like you're a Microsoft contributor (Michael Holman). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.
TTYL, MSBOT;
msftclas
commented
Jan 13, 2016
|
Hi @MikeHolman, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
TTYL, MSBOT; |
msftclas
added
the
cla-not-required
label
Jan 13, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
If you have a chance could you incorporate my feedback from here: #62 ? |
dilijev
referenced this pull request
Jan 13, 2016
Closed
Add prototype implementation for WebAssembly #60
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
MikeHolman
Jan 13, 2016
Member
@LouisLaf, @abchatra, @nmostafa, @naturaltransformation: can you review when you get a chance?
|
@LouisLaf, @abchatra, @nmostafa, @naturaltransformation: can you review when you get a chance? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@dilijev Done. And looks like copyright/EOL tests are passing now. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@MikeHolman Yep, looks good. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@dotnet-bot test this please |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dilijev
Jan 13, 2016
Member
@MikeHolman
In .gitattributes, I think you should mark .webm as binary instead of -crlf
See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
|
@MikeHolman |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
MikeHolman
Jan 16, 2016
Member
To keep things moving along, I'm going to merge this in (to the WebAssembly branch) so we can start putting in more changes on top. If you have any comments at this point, please open an issue.
|
To keep things moving along, I'm going to merge this in (to the WebAssembly branch) so we can start putting in more changes on top. If you have any comments at this point, please open an issue. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Squashed and merged in: e44a8b2 |
MikeHolman commentedJan 13, 2016
To better facilitate collaboration on our WebAssembly implementation, and have more iterative development, I'd like to merge our prototype into the Microsoft fork. Note that this is still not stable or complete, and it will change, frequently. Use is currently only available through WScript.LoadWasmFile in ch.exe (which uses the JsRunWasmScript JSRT API).