Skip to content

Commit bd252e2

Browse files
committed
Update wasm changelog.
1 parent e8f457f commit bd252e2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

wasm/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This changelog summarizes major changes to the WebAssembly engine implemented in GraalVM (GraalWasm).
44

5+
## Version 25.1.0
6+
7+
* Implemented the [exception handling](https://github.com/WebAssembly/exception-handling) proposal. This feature can be enabled with the experimental option `wasm.Exceptions=true`.
8+
59
## Version 25.0.0
610

711
* BREAKING: Changed Context.eval of _wasm_ sources to return a compiled, but not yet instantiated, module object instead of the module instance.
@@ -27,14 +31,13 @@ This changelog summarizes major changes to the WebAssembly engine implemented in
2731
* Added an implementation of the [SIMD](https://github.com/WebAssembly/simd) proposal using the JDK's Vector API. This improves peak performance when running WebAssembly code which makes heavy use of the new instructions in the SIMD proposal. This new implementation is always used in native image. On the JVM, it is opt-in and requires setting `--add-modules=jdk.incubator.vector`. Use of the incubating Vector API will result in the following warning message being printed to stderr:
2832
```
2933
WARNING: Using incubator modules: jdk.incubator.vector
30-
```
31-
34+
```
3235

3336
## Version 24.2.0
3437

3538
* Updated developer metadata of Maven artifacts.
3639
* Deprecated the `--wasm.AsyncParsingBinarySize` and `--wasm.AsyncParsingStackSize` options. These options no longer have any effect and will be removed in a future release.
37-
* Implemented the [Relaxed SIMD](https://github.com/WebAssembly/relaxed-simd) proposal. This feature can be enabled with the options `--wasm.RelaxedSIMD`.
40+
* Implemented the [Relaxed SIMD](https://github.com/WebAssembly/relaxed-simd) proposal. This feature can be enabled with the option `--wasm.RelaxedSIMD`.
3841

3942
## Version 24.1.0
4043

0 commit comments

Comments
 (0)