mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Add vm to WASM check_sginals
This commit is contained in:
@@ -27,7 +27,7 @@ use itertools::Itertools;
|
||||
use crate::stdlib::signal::check_signals;
|
||||
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
fn check_signals() {}
|
||||
fn check_signals(vm: &VirtualMachine) {}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
struct Block {
|
||||
|
||||
Reference in New Issue
Block a user