Evan Martin
Evan Martin
sample program in exe/rust/bin/dib.rs that runs some of these functions
oh and i can run it in wine to compare!
https://github.com/evmar/retrowin32/commit/ccdac7115cf39068048feb93a9ac7ed180113a6a
Implemented some missing file stuff on the web site, now runs in my browser!
I didn't really follow what this is requesting, can you elaborate?
Ah I see, you're suggesting to provide a "builtin" version of these dlls, I get it! I'm not sure, but I think it won't save you much performance. Right now...
Bigger picture, if you have an app you are trying to run in a browser, compiling it for wasm will be a lot better performance than compiling it for x86....
I *think* what's saying is that for a like 16-bit mul, you multiply into 32 bits, then compare if truncating it matters. ``` let x = ... as i16; let...
``` $ git grep 'unsafe {' | wc -l 126 ```