You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This changelog summarizes major changes between GraalVM versions of the GraalVM
4
4
The main focus is on user-observable behavior of the engine.
5
5
6
6
## Version 21.1.0
7
-
* Updated Node.js to version 14.16.0.
7
+
* Updated Node.js to version 14.16.1.
8
8
* Prototype of WebAssembly JavaScript Interface implemented. It is available behind the `--js.webassembly` flag.
9
9
* Implemented iterator interop support, enabling foreign objects that have an iterator to be used where JS expects iterables, as well as JS iterables to be used in other languages and via the [Value](https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/Value.html#getIterator--) API.
10
10
* Adopted new buffer interop support, allowing foreign buffers to be used with typed arrays and `DataView`, without copying. Likewise enables `ArrayBuffer` to be used in other languages.
0 commit comments