Skip to content

Commit

Permalink
Update interpreter README (WebAssembly#1571)
Browse files Browse the repository at this point in the history
It previously stated that the formal spec did not exist, but the spec has existed for years now.
  • Loading branch information
tlively authored and rossberg committed Mar 1, 2023
1 parent 07dde57 commit f979f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WebAssembly Reference Interpreter

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.
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.

The interpreter can

Expand Down

0 comments on commit f979f52

Please sign in to comment.