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

Incomplete cargo build options #3

Open
HexyWitch opened this issue Mar 18, 2018 · 1 comment
Open

Incomplete cargo build options #3

HexyWitch opened this issue Mar 18, 2018 · 1 comment

Comments

@HexyWitch
Copy link
Owner

Cargo supports a lot more build options that wasm-build should also support. This should just be a matter of piping them through.

@HexyWitch
Copy link
Owner Author

HexyWitch commented Mar 19, 2018

It supports most of them now.

These ones I don't know how to handle:

    --example NAME               Build only the specified example
    --examples                   Build all examples
    --test NAME                  Build only the specified test target
    --tests                      Build all tests
    --bench NAME                 Build only the specified bench target
    --benches                    Build all benches
    --color WHEN                 Coloring: auto, always, never

These ones need to be forced to wasm32-unknown-unknown and json.

    --target TRIPLE              Build for the target triple
    --message-format FMT         Error format: human, json [default: human]

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

No branches or pull requests

1 participant