mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 15:07:51 +00:00
proxmox-uuid: fix wasm32 build
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
b39e6ac669
commit
e888fa5181
@ -1,3 +1,7 @@
|
|||||||
|
use std::fmt;
|
||||||
|
|
||||||
|
use crate::Uuid;
|
||||||
|
|
||||||
pub fn uuid_generate(out: *mut [u8; 16]) {
|
pub fn uuid_generate(out: *mut [u8; 16]) {
|
||||||
|
|
||||||
// TODO: implement soemthing better than this
|
// TODO: implement soemthing better than this
|
||||||
|
Loading…
Reference in New Issue
Block a user