Stream: git-wasmtime

Topic: wasmtime / issue #11190 Deduplicate `resource_table.rs` a...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2025 at 17:19):

dicej assigned dicej to issue #11190.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2025 at 17:19):

dicej opened issue #11190:

#11127 adds a runtime/component/concurrent/table.rs to the wasmtime crate, which is a duplicated and modified version of runtime/component/resource_table.rs. We should deduplicate those files, e.g. by implementing one in terms of the other.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2025 at 17:20):

alexcrichton added the wasm-proposal:component-model-async label to Issue #11190.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 16:45):

dicej closed issue #11190:

#11127 adds a runtime/component/concurrent/table.rs to the wasmtime crate, which is a duplicated and modified version of runtime/component/resource_table.rs. We should deduplicate those files, e.g. by implementing one in terms of the other.


Last updated: Dec 06 2025 at 06:05 UTC