Soni L.

Results 394 comments of Soni L.

https://github.com/RustyYato/cell-project/issues/3

@pinkforest it is done!

... Just version-dependently #[cfg] it out, maybe with a build script? Assuming the Itertools one and the std one are API-compatible?

as we mentioned in #1374, it might be interesting to create an LLVM backend that force-swaps every emitted store/load and it'd solve this problem while retaining backwards compatibility. this would...

it would just be a change to LLVM. the new ABI would be a side-effect of the change more than anything. it's not like wasm comes with a stdlib... let...

what if it just wasn't exposed and you had to go out of your way to enable it?

keep wasm little-endian, add stuff to LLVM to make up for it.

that's basically #1374 tho and there are things that make it impossible (mainly arrays and unions)

fwiw, we don't actually need big endian. or bswap.