Stream: git-wasmtime

Topic: wasmtime / PR #2812 Document guidance around multithreadi...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:30):

alexcrichton opened PR #2812 from doc-multithreading to main:

This commit writes a page of documentation for the Wasmtime book to
serve as guidance for embedders looking to add multithreading with
Wasmtime support. As always with any safe Rust API this reading is
optional because you can't mis-use Wasmtime without unsafe, but I'm
hoping that this documentation can serve as a point of reference for
folks who want to add multithreading but are confused/annoyed that
Wasmtime's types do not implement the Send and Sync traits.

Closes #793

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:49):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:49):

peterhuene created PR Review Comment:

  This will ensure that no one request entirely hogs a thread executing

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:49):

abrown submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:51):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:51):

peterhuene created PR Review Comment:

* If absolutely required, Wasmtime is engineered such that it is dynamically safe

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:51):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:51):

peterhuene created PR Review Comment:

These types, as the traits imply, are safe to send and share across threads. Note

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 20:54):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 21:05):

alexcrichton updated PR #2812 from doc-multithreading to main.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2021 at 21:34):

alexcrichton merged PR #2812.


Last updated: Nov 22 2024 at 16:03 UTC