wasi: fix poll_oneoff memory interface by cjihrig · Pull Request #33250 · nodejs/node

@cjihrig

The WASM memory interfacing logic was wrong (particularly around
the size of __wasi_subscription_t). This commit fixes the logic.

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

wasi

Issues and PRs related to the WebAssembly System Interface.

labels

May 5, 2020

addaleax

gengjiawen

addaleax pushed a commit that referenced this pull request

May 8, 2020
The WASM memory interfacing logic was wrong (particularly around
the size of __wasi_subscription_t). This commit fixes the logic.

PR-URL: #33250
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>

codebytere pushed a commit that referenced this pull request

May 11, 2020
The WASM memory interfacing logic was wrong (particularly around
the size of __wasi_subscription_t). This commit fixes the logic.

PR-URL: #33250
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>

codebytere pushed a commit that referenced this pull request

Jun 7, 2020
The WASM memory interfacing logic was wrong (particularly around
the size of __wasi_subscription_t). This commit fixes the logic.

PR-URL: #33250
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>