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
doc: add maintaining-webassembly.md #42660
base: master
Are you sure you want to change the base?
Conversation
Review requested: |
is vendored into the Node.js deps in | ||
[deps/uvwasi](https://github.com/nodejs/node/tree/master/deps/uvwasi). | ||
|
||
To update the copy of uvwasi in the Node.js deps: |
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.
@cjihrig can you double check that the following text is correct?
PR to add streaming compilation: #42701 Unfortunately, the spec only allows |
@tniessen thanks for the PR! Any chance you can review/approve this PR too? |
Tiny nit: there is a typo in the commit message ("strategy").
Add maintaining-webassembly.md with strategy based on discussion in Next-10 mini-summit: nodejs/next-10#127 Signed-off-by: Michael Dawson <mdawson@devrus.com>
@tniessen thanks for the review, squashed and fixed the commit comment after pulling in your suggestions. |
@VoltrexMaster all of your comments should be fixed as well if you want to take another look. |
|
||
Node.js gets its core WebAssembly support through V8. We don't need | ||
to do anything specific to support this, all we have to do is keep | ||
the version of V8 as up to date as possible. |
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.
the version of V8 as up to date as possible. | |
the version of V8 as up-to-date as possible. |
Based on @tniessen's suggestion.
Add maintaining-webassembly.md with startegy based
on discussion in Next-10 mini-summit:
nodejs/next-10#127
Signed-off-by: Michael Dawson mdawson@devrus.com