Use immutable buffers in SubtleCrypto methods.
#3797
Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker.
#3804
Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods.
#3816
Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection.
#3822
Fixed
Fixed UB when freeing strings received from JS if not using the default allocator.
#3808
Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS.
#3817
Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].
The new std simd nightly features are apparently arch-specific.
This adjusts the feature activation to be x86/ x86_64 only.
1.14.2
Changes the name of the Nightly feature activated by the crate's
nightly_stdsimd feature. This is needed as of (approximately) Nightly
2024-02-06 and later, because the Nightly feature was changed.
1.14.1
docs clarifications.
1.14
write_zeroes and fill_zeroes functions: Writes (to one) or fills (a slice)
zero bytes to all bytes covered by the provided reference. If your type has
padding, this will even zero out the padding bytes.
align_offset feature: causes pointer alignment checks to use the
align_offset pointer method rather than as-casting the pointer to usize.
This may improve codegen, if the compiler would have otherwise thought that
the pointer address escaped. No formal benchmarks have been done either way.
must_cast feature: Adds must_* family of functions. These functions will
fail to compile if the cast requested can't be statically known to succeed.
The error messages can be kinda bad when this happens, but eliminating the
possibility of a runtime error might be worth it to you.
1.13.1
Remove the requirement for the source data type to be AnyBitPattern on
pod_collect_to_vec, allowing you to pod collect vecs of char into vecs of
u32, or whatever.
1.13
Now depends on bytemuck_derive-1.4.0
Various small enhancements that would have been patch version updates, but
which have been rolled into this minor version update.
1.12.4
This has additional impls for existing traits and cleans up some internal code,
but there's no new functions so I guess it counts as just a patch release.
1.12.3
This bugfix makes the crate do stuff with Arc or not based on the
target_has_atomic config. Previously, some targets that have allocation but
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the patch-updates group with 8 updates:
1.0.195
1.0.196
1.0.111
1.0.113
1.0.56
1.0.57
0.4.39
0.4.41
0.2.89
0.2.91
0.3.66
0.3.68
0.3.66
0.3.68
1.14.0
1.14.3
Updates
serde
from 1.0.195 to 1.0.196Release notes
Sourced from serde's releases.
Commits
ede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal pointb971ef1
Merge pull request #2681 from dtolnay/workspacedeps29d9f69
Fix workspace.dependencies default-features future compat warningaecb408
Sort workspace dependencies1c675ab
Merge pull request #2678 from rodoufu/workspaceDependenciesdd61963
Adding workspace dependencies111803a
Merge pull request #2673 from Sky9x/msrv-badge0024f74
Use shields.io's MSRV badgesUpdates
serde_json
from 1.0.111 to 1.0.113Release notes
Sourced from serde_json's releases.
Commits
09d865b
Release 1.0.1135aeab4e
Merge pull request #1109 from serde-rs/removeca3c2ca
Add swap_remove and shift_remove methods on Map7fece96
Release 1.0.1126a6d2bb
Merge pull request #1107 from serde-rs/unexpectedfloat83d7bad
Format f64 in error messages using ryu107c2d1
Merge pull request #1106 from serde-rs/invalidvalue62ca3e4
Handle Unexpected::Unit in Error::invalid_value296fafb
Factor out JSON-specific Display impl for serde::de::Unexpectede56cc69
Merge pull request #1105 from keienWang/masterUpdates
thiserror
from 1.0.56 to 1.0.57Release notes
Sourced from thiserror's releases.
Commits
1d106b1
Release 1.0.578a5c4d1
Use write_str when args only consists of trailing commaf790bee
Phrase flag in terms of whether core::fmt machinery is requiredd43b759
Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418
Touch up PR 286097251d
Merge pull request #286 from nyurik/litstrcd79876
optimize by avoiding second fmt.value() calld7e738e
Optimize simple literals for Display::fmt0717de3
Update ui test suite to nightly-2024-02-08c7c7547
Update ui test suite to nightly-2024-01-31Updates
wasm-bindgen-futures
from 0.4.39 to 0.4.41Commits
Updates
wasm-bindgen
from 0.2.89 to 0.2.91Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
fe8bc94
Prepare v0.2.91 release (#3829)4b6ef26
Fixed nighly build ofwasm-bindgen-futures
(#3827)22f84e3
readme: build badge for Github actions, not Azure pipeline (#3825)3e469b2
Deprecate--weak-refs
in favor of run-time detection (#3822)1f7942d
Fix#[wasm_bindgen(js_name = default)]
for module imports (#3823)1f019db
Enabled and auto generatedforget()
method forUsbDevice
(#3821)9e699ac
Add deployment note for firstwasm-pack build --target web
example (#3819)305cb25
Fixed temporary folder detection on MacOS (#3817)b104788
chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)fb518d3
Fix example code in guide (#3813)Updates
js-sys
from 0.3.66 to 0.3.68Commits
Updates
web-sys
from 0.3.66 to 0.3.68Commits
Updates
bytemuck
from 1.14.0 to 1.14.3Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
49eed86
chore: Release bytemuck version 1.14.35f47176
clear up some warnings in tests.031a035
ready changelog1afddf9
Underfeatures = ["nightly_stdsimd"]
, only enablestdarch_x86_avx512
feat...04ed11b
chore: Release bytemuck version 1.14.2d5f782b
update changelog678c923
Closes Lokathor/bytemuck#224, the Nightly feature n...5f93477
Fix typo in AnyBitPattern docs (#221)1e1a22e
chore: Release bytemuck version 1.14.12ae1a14
changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show