We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268a39f commit 8503e0dCopy full SHA for 8503e0d
wasm/lib/src/vm_class.rs
@@ -44,7 +44,7 @@ impl StoredVirtualMachine {
44
let mut settings = Settings::default();
45
settings.allow_external_library = false;
46
let interp = Interpreter::with_init(settings, |vm| {
47
- #[cfg(feature = "stdlib")]
+ #[cfg(feature = "freeze-stdlib")]
48
vm.add_native_modules(rustpython_stdlib::get_module_inits());
49
50
#[cfg(feature = "freeze-stdlib")]
0 commit comments