Skip to content

use "wit_world" module name by default for generated bindings#150

Merged
dicej merged 1 commit into
bytecodealliance:mainfrom
dicej:change-world-module-default
May 16, 2025
Merged

use "wit_world" module name by default for generated bindings#150
dicej merged 1 commit into
bytecodealliance:mainfrom
dicej:change-world-module-default

Conversation

@dicej

@dicej dicej commented May 15, 2025

Copy link
Copy Markdown
Collaborator

Previously, we used a name derived from the WIT world name, but this is more predictable. It can be overridden using the --world-module option, which now applies to both the bindings and componentize subcommands.

I've also bumped the version to 0.17.0 since this is a breaking change.

Fixes #149

Previously, we used a name derived from the WIT world name, but this is more
predictable.  It can be overridden using the `--world-module` option, which now
applies to both the `bindings` and `componentize` subcommands.

I've also bumped the version to 0.17.0 since this is a breaking change.

Fixes bytecodealliance#149

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
@dicej dicej force-pushed the change-world-module-default branch from 865c2c0 to 32db653 Compare May 15, 2025 22:28

@mschuwalow mschuwalow left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This solves my usecase, thanks!

@dicej dicej merged commit a63e030 into bytecodealliance:main May 16, 2025
4 checks passed
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.

Generate bindings in static location

2 participants