Stream: git-wasmtime

Topic: wasmtime / PR #1644 Move trap handler initialization to p...


view this post on Zulip Wasmtime GitHub notifications bot (May 01 2020 at 15:59):

alexcrichton opened PR #1644 from move-trap-init to master:

Previously we initialized trap handling (signals/etc) once-per-instance
but that's a bit too granular since we only need to do this as
one-time per-program initialization. This moves the initialization to
Store instead which means that we'll call this at least once per
thread, which some platforms may need (none currently do, they all only
need per-program initialization, but Fuchsia will need per-thread
initialization).

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2020 at 23:21):

sunfishcode submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2020 at 00:55):

alexcrichton merged PR #1644.


Last updated: Nov 22 2024 at 16:03 UTC