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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
7 deletions
-
RELEASES.md
|
|
@ -68,13 +68,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) |
|
|
|
|
|
|
|