Platform is called Web not Wasm (#3393)

This commit is contained in:
daxpedda
2024-01-14 18:54:52 +01:00
committed by GitHub
parent 2ee44246ae
commit 16d860736b
19 changed files with 57 additions and 57 deletions

View File

@@ -37,7 +37,7 @@ targets = [
"x86_64-apple-ios",
# Android
"aarch64-linux-android",
# WebAssembly
# Web
"wasm32-unknown-unknown",
]
rustdoc-args = ["--cfg", "docsrs"]