|
4 | 4 |
|
5 | 5 | ## 0.19.0 |
6 | 6 |
|
7 | | -Unreleased. |
| 7 | +Released 2020-07-14. |
8 | 8 |
|
9 | 9 | ### Added |
10 | 10 |
|
| 11 | +* The [WebAssembly reference-types proposal][reftypes] is now supported in |
| 12 | + Wasmtime and the C API. |
| 13 | + [#1832](https://github.com/bytecodealliance/wasmtime/pull/1832), |
| 14 | + [#1882](https://github.com/bytecodealliance/wasmtime/pull/1882), |
| 15 | + [#1894](https://github.com/bytecodealliance/wasmtime/pull/1894), |
| 16 | + [#1901](https://github.com/bytecodealliance/wasmtime/pull/1901), |
| 17 | + [#1923](https://github.com/bytecodealliance/wasmtime/pull/1923), |
| 18 | + [#1969](https://github.com/bytecodealliance/wasmtime/pull/1969), |
| 19 | + [#1973](https://github.com/bytecodealliance/wasmtime/pull/1973), |
| 20 | + [#1982](https://github.com/bytecodealliance/wasmtime/pull/1982), |
| 21 | + [#1984](https://github.com/bytecodealliance/wasmtime/pull/1984), |
| 22 | + [#1991](https://github.com/bytecodealliance/wasmtime/pull/1991), |
| 23 | + [#1996](https://github.com/bytecodealliance/wasmtime/pull/1996) |
| 24 | + |
| 25 | +* The [WebAssembly simd proposal's][simd] spec tests now pass in Wasmtime. |
| 26 | + [#1765](https://github.com/bytecodealliance/wasmtime/pull/1765), |
| 27 | + [#1876](https://github.com/bytecodealliance/wasmtime/pull/1876), |
| 28 | + [#1941](https://github.com/bytecodealliance/wasmtime/pull/1941), |
| 29 | + [#1957](https://github.com/bytecodealliance/wasmtime/pull/1957), |
| 30 | + [#1990](https://github.com/bytecodealliance/wasmtime/pull/1990), |
| 31 | + [#1994](https://github.com/bytecodealliance/wasmtime/pull/1994) |
| 32 | + |
| 33 | +* Wasmtime can now be compiled without the usage of threads for parallel |
| 34 | + compilation, although this is still enabled by default. |
| 35 | + [#1903](https://github.com/bytecodealliance/wasmtime/pull/1903) |
| 36 | + |
| 37 | +* The C API is [now |
| 38 | + documented](https://bytecodealliance.github.io/wasmtime/c-api/). |
| 39 | + [#1928](https://github.com/bytecodealliance/wasmtime/pull/1928), |
| 40 | + [#1959](https://github.com/bytecodealliance/wasmtime/pull/1959), |
| 41 | + [#1968](https://github.com/bytecodealliance/wasmtime/pull/1968) |
| 42 | + |
| 43 | +* A `wasmtime_linker_get_one_by_name` function was added to the C API. |
| 44 | + [#1897](https://github.com/bytecodealliance/wasmtime/pull/1897) |
| 45 | + |
| 46 | +* A `wasmtime_trap_exit_status` function was added to the C API. |
| 47 | + [#1912](https://github.com/bytecodealliance/wasmtime/pull/1912) |
| 48 | + |
| 49 | +* Compilation for the `aarch64-linux-android` target should now work, although |
| 50 | + keep in mind this platform is not fully tested still. |
| 51 | + [#2002](https://github.com/bytecodealliance/wasmtime/pull/2002) |
| 52 | + |
| 53 | +[reftypes]: https://github.com/WebAssembly/reference-types |
| 54 | + |
| 55 | +### Fixed |
| 56 | + |
| 57 | +* Runtime warnings when using Wasmtime on musl have been fixed. |
| 58 | + [#1914](https://github.com/bytecodealliance/wasmtime/pull/1914) |
| 59 | + |
| 60 | +* A bug affecting Windows unwind information with functions that have spilled |
| 61 | + floating point registers has been fixed. |
| 62 | + [#1983](https://github.com/bytecodealliance/wasmtime/pull/1983) |
| 63 | + |
11 | 64 | ### Changed |
12 | 65 |
|
| 66 | +* Wasmtime's default branch and development now happens on the `main` branch |
| 67 | + instead of `master`. |
| 68 | + [#1924](https://github.com/bytecodealliance/wasmtime/pull/1924) |
| 69 | + |
13 | 70 | ### Removed |
14 | 71 |
|
| 72 | +* The "host info" support in the C API has been removed since it was never fully |
| 73 | + or correctly implemented. |
| 74 | + [#1922](https://github.com/bytecodealliance/wasmtime/pull/1922) |
| 75 | + |
| 76 | +* Support for the `*_same` functions in the C API has been removed in the same |
| 77 | + vein as the host info APIs. |
| 78 | + [#1926](https://github.com/bytecodealliance/wasmtime/pull/1926) |
| 79 | + |
15 | 80 | -------------------------------------------------------------------------------- |
16 | 81 |
|
17 | 82 | ## 0.18.0 |
|
0 commit comments