Skip to content

Commit

Permalink
Update wasi requirement from 0.10 to 0.11 (#77)
Browse files Browse the repository at this point in the history
Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wasi/releases)
- [Commits](bytecodealliance/wasi-rs@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: wasi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tobz authored Mar 21, 2023
1 parent cf035b8 commit 7433c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ winapi = { version = "0.3", features = ["profileapi"] }
web-sys = { version = "0.3", features = ["Window", "Performance"] }

[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies]
wasi = "0.10"
wasi = "0.11"

[dev-dependencies]
average = "0.13"
Expand Down

2 comments on commit 7433c21

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bench-ubuntu-latest

Benchmark suite Current: 7433c21 Previous: cf035b8 Ratio
stdlib/instant_now 27 ns/iter (± 0) 29 ns/iter (± 0) 0.93
stdlib/instant_delta 59 ns/iter (± 0) 68 ns/iter (± 2) 0.87
quanta/quanta_now 26 ns/iter (± 0) 29 ns/iter (± 2) 0.90
quanta/quanta_now_delta 59 ns/iter (± 0) 61 ns/iter (± 3) 0.97
quanta/quanta_instant_now 30 ns/iter (± 0) 33 ns/iter (± 3) 0.91
quanta/quanta_raw 26 ns/iter (± 0) 28 ns/iter (± 1) 0.93
quanta/quanta_raw_scaled 27 ns/iter (± 0) 28 ns/iter (± 1) 0.96
quanta/quanta_raw_delta 56 ns/iter (± 0) 56 ns/iter (± 2) 1
quanta/quanta_recent 2 ns/iter (± 0) 2 ns/iter (± 0) 1
quanta/quanta_instant_recent 1 ns/iter (± 0) 2 ns/iter (± 0) 0.50

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'bench-ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 0.1.

Benchmark suite Current: 7433c21 Previous: cf035b8 Ratio
stdlib/instant_now 27 ns/iter (± 0) 29 ns/iter (± 0) 0.93
stdlib/instant_delta 59 ns/iter (± 0) 68 ns/iter (± 2) 0.87
quanta/quanta_now 26 ns/iter (± 0) 29 ns/iter (± 2) 0.90
quanta/quanta_now_delta 59 ns/iter (± 0) 61 ns/iter (± 3) 0.97
quanta/quanta_instant_now 30 ns/iter (± 0) 33 ns/iter (± 3) 0.91
quanta/quanta_raw 26 ns/iter (± 0) 28 ns/iter (± 1) 0.93
quanta/quanta_raw_scaled 27 ns/iter (± 0) 28 ns/iter (± 1) 0.96
quanta/quanta_raw_delta 56 ns/iter (± 0) 56 ns/iter (± 2) 1
quanta/quanta_recent 2 ns/iter (± 0) 2 ns/iter (± 0) 1
quanta/quanta_instant_recent 1 ns/iter (± 0) 2 ns/iter (± 0) 0.50

This comment was automatically generated by workflow using github-action-benchmark.

CC: @tobz

Please sign in to comment.