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.
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.
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.
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.
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