Skip to content

mchprs_world: remove networking from default features#238

Open
BramOtte wants to merge 1 commit into
MCHPR:masterfrom
BramOtte:remove-network-from-default-features
Open

mchprs_world: remove networking from default features#238
BramOtte wants to merge 1 commit into
MCHPR:masterfrom
BramOtte:remove-network-from-default-features

Conversation

@BramOtte
Copy link
Copy Markdown
Contributor

@BramOtte BramOtte commented Apr 26, 2026

Networking being a default feature in mchprs_world makes it difficult to use redpiler in a project compiling to WASM, since its difficult to remove features from subdependencies and WASM doesn't support some of the features used in the mchprs_network crate.

Alternatively all dependents of mchprs_world can have default_features = false added, which would be better if there are any crates depending on this being a default feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant