Disable core benches on wasm (benches not supported).
This commit is contained in:
parent
abb5800dd5
commit
5a9ff052b4
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// wasm32 does not support benches (no time).
|
||||
#![cfg(not(target_arch = "wasm32"))]
|
||||
#![feature(flt2dec)]
|
||||
#![feature(test)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue