Skip to content

Commit

Permalink
[interpreter] Fix some broken links in README (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorrojas authored and rossberg committed Feb 1, 2019
1 parent d52eade commit 1fff613
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
Expand Up @@ -129,7 +129,7 @@ See `wasm -h` for (the few) additional options.

#### JavaScript Library ####

The file `wast.js` generated by the respective [Makefile target](cross-compiling-the-interpreter-to-javascript) is a self-contained JavaScript library for making the [S-expression syntax](s-expression-syntax) available directly within JavaScript.
The file `wast.js` generated by the respective [Makefile target](#cross-compiling-the-interpreter-to-javascript) is a self-contained JavaScript library for making the [S-expression syntax](#s-expression-syntax) available directly within JavaScript.
It provides a global object named `WebAssemblyText` that currently provides two methods,
```
WebAssemblyText.encode(source)
Expand Down

0 comments on commit 1fff613

Please sign in to comment.