Christopher Serr

Results 205 issues of Christopher Serr

I've seen the assembly of the memcpy here for both powerpc and wasm (where the one here seems to be used unless you use the WASI target) and in both...

It probably makes sense to provide derives for `Eq` (and `PartialEq`) and `Hash` in bytemuck. On a `Pod` type `Eq` can be a simple memcmp / bcmp. Hashing is also...

enhancement

I tried integrating cargo web test into my project. However I have some extern functions which I use to communicate with browser APIs. This causes problems with cargo web test,...

## Description This is a very strange bug. But the scenario is that I open an azul window, close it and then use glutin to create another window. Even minimal...

They recently defined microarchitecture levels for x86-64 ([Wikipedia](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels)) but apparently decided against including AES in any of them. So it seems like applications may in the future start targeting these...

I'm currently looking to somewhat replicating the font lookup a browser does, and I stumbled upon this crate. However it seems to only be able to match against the family...

This adds support for the NEON SIMD instructions. They are still nightly only and some instructions are missing, but they are close to finishing implementing all of them, so stabilization...

Reopened #13559 # Bug report WebAssembly modules with enabled Reference Types cannot be loaded. The webpack version I tested this with is 5.38.1 For a minimal reproduction I created this...

bug
webpack-5
wasm

### Describe the Bug wee_alloc is supposedly useful for embedded devices, but I tried it over the weekend and of the total amount of memory of 256 KiB, wee_alloc is...

bug

Greenkeeper opened an issue about a dependency supposedly breaking my build. It later tried it again and noticed that it builds again. I then closed the issue, but it keeps...