proxmox-uuid: fix wasm32 build

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2021-12-03 09:33:02 +01:00
parent b39e6ac669
commit e888fa5181

View File

@ -1,3 +1,7 @@
use std::fmt;
use crate::Uuid;
pub fn uuid_generate(out: *mut [u8; 16]) {
// TODO: implement soemthing better than this