| /wasmtime-44.0.1/docs/ |
| H A D | contributing-release-process.md | 20 `main` is intended to give time to fuzz changes on `main` as well as allow 34 * Commit the changes 35 * Push these changes to a temporary `ci/*` branch 43 * All changes land on `main` first, then are backported to `release-X.Y.Z` as 60 of pushed changes for the special marker added by `release-process.yml`. If 88 * Patch releases must not contain API-breaking changes in public crates. The 90 about in terms of breaking changes. 106 1. **Necessary changes are backported to the `release-2.0.0` branch from 113 semver-API-breaking changes (in the strictest sense). All security fixes 121 * The changes will be committed with a special marker indicating a release [all …]
|
| H A D | contributing-development-process.md | 22 minimum information we need to know in order to understand your changes. 35 - Please include new test cases that cover your changes, if you can. If you're 52 changes during review. But we don't require this. 55 when making further changes. Instead, at that point we prefer that you make new 76 PR approvals may come with comments about additional minor changes that are
|
| H A D | contributing.md | 75 review the proposed changes, to the many hours of machine time our CI consumes 79 changes, such as typo fixes in documentation. Instead, those changes should be 81 maintainers will close Pull Requests containing only trivial changes with a
|
| H A D | stability-release.md | 54 * Minor breaking changes, either behavior or with APIs, will be documented in 55 the `RELEASES.md` release notes. Minor changes will require some degree of 58 * Major breaking changes, such as major refactorings to the API, will be 59 required to go through the [RFC process]. These changes are intended to be 62 breaking changes through accepted RFCs are included in a release. 65 documenting major and minor changes made during development. Note that each
|
| H A D | stability-tiers.md | 407 willing to respond to changes in Cranelift's interfaces and the needs of 431 directly or via emulation. This ensures that all changes to Wasmtime are 452 * All existing developers are expected to handle minor changes which affect 454 developer changing the interface is expected to handle the changes for Tier 460 week) and are available to accommodate architectural changes that affect 465 * Major changes otherwise requiring an RFC that affect Tier 2 components are 467 changes to Tier 2 components themselves do not require an RFC, however. 470 Maintainers are already required to be responsive to changes and will be 507 * Major changes affecting this component may require help from maintainers 511 * Major changes affecting Tier 1 features require an RFC and prior agreement [all …]
|
| H A D | contributing-code-review.md | 3 We only merge changes submitted as GitHub Pull Requests, and only after they've 20 contributions have needed weeks of discussion and changes before they were ready 109 significant changes or is not going to be accepted, there's no point reviewing 114 structural changes, entire paragraphs or functions might disappear, and then any
|
| H A D | contributing-implementing-wasm-proposals.md | 69 changes. 71 1. Build wasmtime with the changes `cargo build --release`
|
| H A D | contributing-rfc-process.md | 3 For changes that will significantly affect Wasmtime's or Cranelift's internals,
|
| H A D | contributing-ci.md | 26 indicate changes are needed.
|
| H A D | security-vulnerability-runbook.md | 83 private fork. You'll need to push the changes to your own personal
|
| /wasmtime-44.0.1/tests/misc_testsuite/ |
| H A D | mutable_externref_globals.wast | 3 ;; This test contains the changes in
|
| /wasmtime-44.0.1/crates/wasi-keyvalue/wit/deps/keyvalue/ |
| H A D | watch.wit | 4 /// keyvalue changes.
|
| /wasmtime-44.0.1/supply-chain/ |
| H A D | audits.toml | 2590 notes = "No major changes, no unsafe code here." 2605 Otherwise no major changes except what was presumably minor API breaking changes 3858 contains no significant changes. 3882 changes. 3953 notes = "CI changes, Rust changes, nothing out of the ordinary." 4046 I am the author of most of these changes. 4102 notes = "No logic changes in version bump." 4223 notes = "No substantive changes in this update" 4739 notes = "Only minor manifest/CI changes." 4883 No major changes, mostly CI changes in this update. A new `Default` impl [all …]
|
| H A D | imports.lock | 2465 notes = "No notable changes" 2471 notes = "No notable changes" 2557 notes = "No changes to safety-relevant code" 2755 notes = "These changes include some new `unsafe` code for the `emscripten` and `psvita` targets, bu… 2959 notes = "Removal of some unsafe code/methods. No changes to externals, just some refactoring (mostl… 3049 notes = "Minor changes." 3140 notes = "Fairly trivial changes, no chance of security regression." 3407 …ri Sivonen, rewrote the non-Punycode internals of the crate and made the changes to the Punycode c… 3495 notes = "Only cfg attribute and internal macro changes and module refactorings" 3629 notes = "Doc updates, minimal CI changes and a fix to build-script reruns"
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-winml/ |
| H A D | README.md | 41 along with any path changes this may cause [`src/main.rs`].
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/ |
| H A D | simd-vstate.clif | 58 ;; When the block changes, we need to reemit the vector state instruction
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | cli.wit | 93 /// size, being notified of terminal size changes, querying supported
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | cli.wit | 93 /// size, being notified of terminal size changes, querying supported
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | cli.wit | 93 /// size, being notified of terminal size changes, querying supported
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | cli.wit | 132 /// size, being notified of terminal size changes, querying supported
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | cli.wit | 132 /// size, being notified of terminal size changes, querying supported
|
| /wasmtime-44.0.1/.github/workflows/ |
| H A D | release-process.yml | 87 # Commit all of the above changes.
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/ |
| H A D | very-carefully-sink-loads-in-float-compares.clif | 16 ;; reviewers if anything changes.
|
| /wasmtime-44.0.1/crates/wasmtime/ |
| H A D | Cargo.toml | 376 # version changes. This is why the re-export is guarded by a feature flag which
|
| /wasmtime-44.0.1/cranelift/isle/ |
| H A D | README.md | 140 changes in the future)</sup>:
|