diff options
| author | JF Bastien <github@jfbastien.com> | 2017-07-24 20:57:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-24 20:57:31 -0700 |
| commit | 217486bb9e9cdda55af14aefffd0e6d4b336a94b (patch) | |
| tree | a35683c17b7fed84027e9c68f30da4212e9a3e8f /FutureFeatures.md | |
| parent | a1d01499bbf223106d571dafa1392e95557faa35 (diff) | |
| download | nanowasm-design-217486bb9e9cdda55af14aefffd0e6d4b336a94b.tar.gz | |
Add bulk memory operations (#1115)
Diffstat (limited to 'FutureFeatures.md')
| -rw-r--r-- | FutureFeatures.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md index 9c734f2..0e2c1fa 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -16,7 +16,8 @@ issues. | Fixed-width SIMD | [1075][] | in progress | | Exception handling | [1078][] | in progress | | Garbage collection | [1079][] | in progress | -| ECMAScript module integration | [1087][] | not started | +| Bulk memory operations | [1114][] | in progress | +| ECMAScript module integration | [1087][] | not started | [1073]: https://github.com/WebAssembly/design/issues/1073 [1075]: https://github.com/WebAssembly/design/issues/1075 @@ -24,6 +25,7 @@ issues. [1078]: https://github.com/WebAssembly/design/issues/1078 [1079]: https://github.com/WebAssembly/design/issues/1079 [1087]: https://github.com/WebAssembly/design/issues/1087 + [1114]: https://github.com/WebAssembly/design/issues/1114 ## Legacy Future Features |
