stdweb icon indicating copy to clipboard operation
stdweb copied to clipboard

use MaybeUninit instead of uninitialized

Open arturoc opened this issue 4 years ago • 0 comments

Latest versions of rust will panic when trying to leave an uninitialized SerializedValue from mem::uninitialized which was breaking the js! macro

arturoc avatar Nov 23 '20 18:11 arturoc