File: disable-wasm.patch

package info (click to toggle)
rust-rayon 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Last-Update: 2025-09-02
Author: Blair Noctis <ncts@debian.org>
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,6 +41,6 @@
 [features]
-web_spin_lock = [
-    "dep:wasm_sync",
-    "rayon-core/web_spin_lock",
-]
+#web_spin_lock = [
+#    "dep:wasm_sync",
+#    "rayon-core/web_spin_lock",
+#]
 
@@ -121,3 +121,3 @@
 
-[dependencies.wasm_sync]
+[disabled.dependencies.wasm_sync]
 version = "0.1.0"