Skip to content

Commit

Permalink
Back out CLI changes from 12.0.0 release notes (bytecodealliance#6834)
Browse files Browse the repository at this point in the history
This was reverted for 12.0.0 in bytecodealliance#6830
  • Loading branch information
alexcrichton authored and eduardomourar committed Aug 18, 2023
1 parent 5d1e0fe commit 9e5cb14
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Unreleased.

### 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)

--------------------------------------------------------------------------------

## 12.0.0
Expand Down Expand Up @@ -68,13 +75,6 @@ Unreleased.

### 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.
[#6777](https://github.com/bytecodealliance/wasmtime/pull/6777)

Expand Down

0 comments on commit 9e5cb14

Please sign in to comment.