2 Open Issues Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a test case for the `componentize-js` library that verifies the correct generation of 'pure' WebAssembly components. This involves disabling all optional features (stdio, random, clocks, http) and asserting that the resulting component lacks the associated imports and exports, ensuring no extraneous dependencies are included.

Complexity: 4/5
enhancement good first issue tests

JS -> WebAssembly Component

Rust

AI Summary: Rename the `features` enum in the WebIDL Interface Type (WIT) file used by the ComponentizeJS project to a more descriptive name, reflecting its purpose as a set of features rather than a list. This involves modifying the WIT file and potentially updating related code to reflect the name change.

Complexity: 2/5
enhancement good first issue

JS -> WebAssembly Component

Rust