Skip to content

Commit df493cc

Browse files
Clarity on the status of the validation implementation
1 parent ba0f99e commit df493cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and should work on the following platforms:
6060
| WebAssembly MVP | Parsing binary format | ✅ Implemented |
6161
| | Parsing text format (WAT) | ✅ Implemented |
6262
| | Execution | ✅ Implemented |
63-
| | Validation | 🚧 Partially implemented |
63+
| | Validation | ✅ Implemented |
6464
| WebAssembly Proposal | [Reference types](https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md) | ✅ Implemented |
6565
| | [Bulk memory operations](https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md) | ✅ Implemented |
6666
| | [Mutable globals](https://github.com/WebAssembly/mutable-global/blob/master/proposals/mutable-global/Overview.md) | ✅ Implemented |

0 commit comments

Comments
 (0)