Skip to content

Commit 4c249c5

Browse files
authored
Update interpreter README (#1571)
It previously stated that the formal spec did not exist, but the spec has existed for years now.
1 parent ca1d792 commit 4c249c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebAssembly Reference Interpreter
22

3-
This repository implements a interpreter for WebAssembly. It is written for clarity and simplicity, _not_ speed. It is intended as a playground for trying out ideas and a device for nailing down the exact semantics, and as a proxy for the (yet to be produced) formal specification of WebAssembly. For that purpose, the code is written in a fairly declarative, "speccy" way.
3+
This repository implements an interpreter for WebAssembly. It is written for clarity and simplicity, _not_ speed. It is intended as a playground for trying out ideas and a device for nailing down their exact semantics. For that purpose, the code is written in a fairly declarative, "speccy" way.
44

55
The interpreter can
66

0 commit comments

Comments
 (0)