aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-09-05 11:39:59 +0000
committerGitHub <[email protected]>2024-09-05 11:39:59 +0000
commitb8fa5cdf06f54cda1895b6d5e8d3b436dbce08ac (patch)
tree7a7fb9db35fd9667ecaaeadb05a5d8da6c97585a /examples/wasm
parente0b5d69d57c261df0d1acf0fdb4233665a2520a0 (diff)
parentdb00f3f5ecbf7f9a8acb340556b8fc6b156736fa (diff)
Merge pull request #3312 from 9SMTM6/fix_wasm_linking
Enable critical-section/std on wasm
Diffstat (limited to 'examples/wasm')
-rw-r--r--examples/wasm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml
index 9bd37550c..75de079b7 100644
--- a/examples/wasm/Cargo.toml
+++ b/examples/wasm/Cargo.toml
@@ -16,7 +16,6 @@ wasm-logger = "0.2.0"
16wasm-bindgen = "0.2" 16wasm-bindgen = "0.2"
17web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } 17web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] }
18log = "0.4.11" 18log = "0.4.11"
19critical-section = { version = "1.1", features = ["std"] }
20 19
21[profile.release] 20[profile.release]
22debug = 2 21debug = 2