You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
289 B
8 lines
289 B
2 years ago
|
/* tslint:disable */
|
||
|
/* eslint-disable */
|
||
|
export const memory: WebAssembly.Memory;
|
||
|
export function __wbg_uwurandom_free(a: number): void;
|
||
|
export function uwurandom_new(): number;
|
||
|
export function uwurandom_generate(a: number): number;
|
||
|
export function __wbindgen_exn_store(a: number): void;
|