From f644a0324abd8f957bb1bc2bb79bbdad4956cd0e Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 8 Jan 2020 15:08:07 -0800 Subject: Several fixes for reference types (#1278) - Allow `ref.func` for global initialization expressions - Allow `nullref` as a full-fledged type, after WebAssembly/reference-types#66 - Enable reference types when exnref is used (The reference types proposal is a prerequisite of the EH proposal) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0f03fd73..ba3d57c8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Wabt has been compiled to JavaScript via emscripten. Some of the functionality i | [multi-value][] | `--enable-multi-value` | ✓ | ✓ | ✓ | ✓ | | [tail-call][] | `--enable-tail-call` | ✓ | ✓ | ✓ | ✓ | | [bulk memory][] | `--enable-bulk-memory` | ✓ | ✓ | ✓ | ✓ | -| [reference types][] | `--enable-reference-types` | ✓ | ✓ | ✓ | | +| [reference types][] | `--enable-reference-types` | ✓ | ✓ | ✓ | ✓ | | [annotations][] | `--enable-annotations` | | ✓ | | | [exception handling]: https://github.com/WebAssembly/exception-handling -- cgit v1.2.3