Browse Source

Remove CLI flags ordering from release notes

That commit was backed out.
fitzgen-patch-1
Nick Fitzgerald 1 year ago
committed by GitHub
parent
commit
5eec60ab12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      RELEASES.md

7
RELEASES.md

@ -68,13 +68,6 @@ Unreleased.
### Changed ### Changed
* Options to the `wasmtime` CLI for Wasmtime itself must now come before the
WebAssembly module. For example `wasmtime run foo.wasm --disable-cache` now
must be specified as `wasmtime run --disable-cache foo.wasm`. Any
argument/option after the WebAssembly module is now interpreted as an argument
to the wasm module itself.
[#6737](https://github.com/bytecodealliance/wasmtime/pull/6737)
* Empty types are no longer allowed in the component model. * Empty types are no longer allowed in the component model.
[#6777](https://github.com/bytecodealliance/wasmtime/pull/6777) [#6777](https://github.com/bytecodealliance/wasmtime/pull/6777)

Loading…
Cancel
Save