sunfishcode requested wasmtime-core-reviewers for a review on PR #6452.
sunfishcode opened PR #6452 from sunfishcode:sunfishcode/preview2-update
to bytecodealliance:main
:
Changes include:
Add new insecure and insecure-seed random APIs. Also, change the random test to avoid depending on the secure random API returning deterministic data.
Split stdio into separate interfaces for stdin, stdout, and stderr.
Add
access-at
to wasi-filesystem.Update the sockets wit files to the new non-blocking-style API.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
sunfishcode requested pchickey for a review on PR #6452.
sunfishcode requested wasmtime-default-reviewers for a review on PR #6452.
pchickey submitted PR review.
rvolosatovs created PR review comment:
Is there a way to either seed the RNG with some predefined value or provide a custom implementation of the
get_random
function to avoid assertions like this and instead assert a constant?
rvolosatovs edited PR review comment.
pchickey merged PR #6452.
Last updated: Nov 22 2024 at 16:03 UTC