Skip to content

Use glob exports to avoid forgetting to export something#43

Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom
alexcrichton:reexport-all
Jul 13, 2020
Merged

Use glob exports to avoid forgetting to export something#43
alexcrichton merged 1 commit intobytecodealliance:mainfrom
alexcrichton:reexport-all

Conversation

@alexcrichton
Copy link
Member

This fixes issues as pointed out here. All of the items in each
submodule are intended to be reexported at the root anyway, so it's a
bit easier to reexport via globs rather than each name individually.

This fixes issues as pointed out [here]. All of the items in each
submodule are intended to be reexported at the root anyway, so it's a
bit easier to reexport via globs rather than each name individually.

[here]: bytecodealliance#40 (review)
@alexcrichton alexcrichton merged commit 618c979 into bytecodealliance:main Jul 13, 2020
@alexcrichton alexcrichton deleted the reexport-all branch July 13, 2020 15:06
fitzgen pushed a commit to fitzgen/wasm-tools that referenced this pull request Oct 21, 2020
Updates the requirements on [wasmparser](https://github.com/yurydelendik/wasmparser.rs) to permit the latest version.
- [Release notes](https://github.com/yurydelendik/wasmparser.rs/releases)
- [Commits](https://github.com/yurydelendik/wasmparser.rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dhil added a commit to dhil/wasm-tools that referenced this pull request Jan 5, 2024
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.

2 participants