chipshort / wasm-float-transpiler

(WIP) Softfloats for WebAssembly
5 stars 0 forks source link

Use separate crates instead of feature flags #8

Closed chipshort closed 1 year ago

chipshort commented 1 year ago

Cargo features are supposed to be additive, not mutually exclusive. Currently the back-end for wasm-soft-float is selected using a feature. Instead they should be split up (maybe with a common lib for the general stuff)