Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require cdylib crate-type for testing #442

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

alexcrichton
Copy link
Contributor

The cdylib crate type output isn't actually necessary for the
wasm-pack test stage because wasm-bindgen isn't run over a wasm
file. This commit removes the checks during wasm-pack test that the
cdylib crate type is configured.

The `cdylib` crate type output isn't actually necessary for the
`wasm-pack test` stage because `wasm-bindgen` isn't run over a wasm
file. This commit removes the checks during `wasm-pack test` that the
`cdylib` crate type is configured.
@fitzgen fitzgen merged commit b107874 into rustwasm:master Nov 7, 2018
@fitzgen fitzgen added this to the 0.6.0 milestone Nov 7, 2018
@chinedufn
Copy link
Contributor

I just came here to open this issue since it was preventing me from migrating to wasm-pack test... sweet! Will wait for 0.6.0!

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

Successfully merging this pull request may close these issues.

4 participants