Stream: git-wasmtime

Topic: wasmtime / Issue #2708 Wasmtime: lift fiber creation impl...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2021 at 02:32):

peterhuene opened Issue #2708 (assigned to peterhuene):

Once #2518 lands, we should lift the fiber creation implementation out of the wasmtime-fiber crate and into the instance allocator implementation.

This will fix the bit wonky "not supported" error the instance allocator returns to indicate the fiber crate should create its own fiber.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2021 at 02:32):

peterhuene assigned Issue #2708 (assigned to peterhuene):

Once #2518 lands, we should lift the fiber creation implementation out of the wasmtime-fiber crate and into the instance allocator implementation.

This will fix the bit wonky "not supported" error the instance allocator returns to indicate the fiber crate should create its own fiber.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2021 at 02:32):

peterhuene labeled Issue #2708 (assigned to peterhuene):

Once #2518 lands, we should lift the fiber creation implementation out of the wasmtime-fiber crate and into the instance allocator implementation.

This will fix the bit wonky "not supported" error the instance allocator returns to indicate the fiber crate should create its own fiber.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 06 2021 at 04:58):

peterhuene commented on Issue #2708:

In addition to this, we should add a test case that hits a fiber stack guard page and ensures a crash with both the on-demand and pooling instance allocators.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 22 2021 at 18:05):

peterhuene closed Issue #2708 (assigned to peterhuene):

Once #2518 lands, we should lift the fiber creation implementation out of the wasmtime-fiber crate and into the instance allocator implementation.

This will fix the bit wonky "not supported" error the instance allocator returns to indicate the fiber crate should create its own fiber.


Last updated: Nov 22 2024 at 16:03 UTC