rspack icon indicating copy to clipboard operation
rspack copied to clipboard

all the rust plugin stage should be changed to f64

Open hardfist opened this issue 1 year ago • 5 comments

currently rust plugin stage use i32 which cause it can't accept Infinity and float points in js side, which is not compatible with webpack, so the stage should be changed to f64 to be compatible with webpack

hardfist avatar Sep 11 '24 07:09 hardfist