Thomas Wachter
Thomas Wachter
@ProgrammingLife it should be enough to run ```npm update```, in order to solve this error. (Because the package-lock was generated with an old node version)
> I imagine there is some low-level issue with representing the function pointer as a unit pointer that I don't know of. It should be fine in this case. The...
> Is there a better type to use than `*const ()` in your opinion? I mean, what about something like this: ```rust #[repr(C)] pub struct Vector(usize); impl Vector { ///...