We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7718708 commit a7d9d43Copy full SHA for a7d9d43
arbitrator/wasm-libraries/wasi-stub/src/lib.rs
@@ -117,3 +117,8 @@ pub unsafe extern "C" fn wasi_snapshot_preview1__fd_prestat_dir_name(
117
pub unsafe extern "C" fn wasi_snapshot_preview1__sched_yield() -> u16 {
118
ERRNO_BADF
119
}
120
+
121
+#[no_mangle]
122
+pub unsafe extern "C" fn wasi_snapshot_preview1__random_get(_: i32, _: i32) -> u16 {
123
+ ERRNO_BADF
124
+}
0 commit comments