tustvold commented on PR #3277:
URL: https://github.com/apache/arrow-rs/pull/3277#issuecomment-1339075077

   ```
   $ cargo check --no-default-features --target wasm32-unknown-unknown
      Compiling autocfg v1.1.0
      Compiling crunchy v0.2.2
      Compiling libc v0.2.138
      Compiling tiny-keccak v2.0.2
      Compiling proc-macro-hack v0.5.19
      Compiling cfg-if v1.0.0
      Compiling version_check v0.9.4
      Compiling once_cell v1.16.0
       Checking byteorder v1.4.3
       Checking static_assertions v1.1.0
       Checking integer-encoding v3.0.4
       Checking hashbrown v0.13.1
      Compiling paste v1.0.9
       Checking bytes v1.3.0
      Compiling seq-macro v0.3.1
       Checking twox-hash v1.6.3
      Compiling ahash v0.8.2
      Compiling num-traits v0.2.15
      Compiling num-integer v0.1.45
      Compiling num-rational v0.4.1
      Compiling num-iter v0.1.43
      Compiling num-bigint v0.4.3
      Compiling getrandom v0.2.8
      Compiling const-random-macro v0.1.15
       Checking const-random v0.1.15
       Checking num-complex v0.4.2
       Checking ordered-float v2.10.0
       Checking thrift v0.17.0
       Checking chrono v0.4.23
       Checking num v0.4.0
       Checking parquet v28.0.0 (/home/raphael/repos/external/arrow-rs/parquet)
       Finished dev [unoptimized + debuginfo] target(s) in 3.34s
   ```
   
   ```
      Compiling num-traits v0.2.15
      Compiling num-integer v0.1.45
       Checking cfg-if v1.0.0
       Checking once_cell v1.16.0
       Checking static_assertions v1.1.0
       Checking byteorder v1.4.3
       Checking integer-encoding v3.0.4
       Checking bytes v1.3.0
       Checking hashbrown v0.13.1
      Compiling num-iter v0.1.43
      Compiling num-rational v0.4.1
      Compiling ahash v0.8.2
      Compiling num-bigint v0.4.3
       Checking libc v0.2.138
       Checking twox-hash v1.6.3
       Checking getrandom v0.2.8
       Checking num-complex v0.4.2
       Checking ordered-float v2.10.0
       Checking thrift v0.17.0
       Checking chrono v0.4.23
       Checking num v0.4.0
       Checking parquet v28.0.0 (/home/raphael/repos/external/arrow-rs/parquet)
       Finished dev [unoptimized + debuginfo] target(s) in 2.71s
   ```
   
   So on wasm it is pulling in `const-random` and on non wasm32 platform it is 
not. So it does appear to be working?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to