openrr / k

k: Kinematics Library for rust-lang
Apache License 2.0
167 stars 15 forks source link

Replace `target_arch = "wasm32"` with `target_family = "wasm"` #97

Closed taiki-e closed 2 years ago

taiki-e commented 2 years ago

This allows it to work on both wasm32 and wasm64.

codecov[bot] commented 2 years ago

Codecov Report

Merging #97 (893380b) into main (05f7a49) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   68.69%   68.69%           
=======================================
  Files          14       14           
  Lines        1559     1559           
=======================================
  Hits         1071     1071           
  Misses        488      488           
Impacted Files Coverage Δ
src/chain.rs 60.59% <ø> (ø)
src/funcs.rs 87.50% <ø> (ø)
src/ik.rs 80.43% <ø> (ø)
src/urdf.rs 77.73% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05f7a49...893380b. Read the comment docs.