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

Fails to compile with --target=asmjs-unknown-emscripten #26

Closed
LukasKalbertodt opened this issue Oct 13, 2016 · 0 comments
Closed

Fails to compile with --target=asmjs-unknown-emscripten #26

LukasKalbertodt opened this issue Oct 13, 2016 · 0 comments

Comments

@LukasKalbertodt
Copy link
Contributor

When compiling with the newest nightly compiler and cargo build --target=asmjs-unknown-emscripten, this happens:

   Compiling num_cpus v1.1.0 (file:///path/to/num_cpus)
error[E0425]: unresolved name `get_num_cpus`
  --> src/lib.rs:12:5
   |
12 |     get_num_cpus()
   |     ^^^^^^^^^^^^ unresolved name

error[E0425]: unresolved name `get_num_cpus`
  --> src/lib.rs:28:5
   |
28 |     get_num_cpus()
   |     ^^^^^^^^^^^^ unresolved name
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