diff options
author | Max Graey <maxgraey@gmail.com> | 2020-08-03 17:24:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 07:24:29 -0700 |
commit | 79f2fe4eb4197b3f2a1f8ad0c3a34bf9c28149a1 (patch) | |
tree | 1ef441872e2af5c111e096de5e377efa7045baa6 /README.md | |
parent | ae56f9919a7263c7f8df00f0552ee0f302f8d286 (diff) | |
download | binaryen-79f2fe4eb4197b3f2a1f8ad0c3a34bf9c28149a1.tar.gz binaryen-79f2fe4eb4197b3f2a1f8ad0c3a34bf9c28149a1.tar.bz2 binaryen-79f2fe4eb4197b3f2a1f8ad0c3a34bf9c28149a1.zip |
Use consistent backquotes instead ordinal quotes for Grain in README (#3017)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Compilers using Binaryen include: * [`AssemblyScript`](https://github.com/AssemblyScript/assemblyscript) which compiles a subset of TypeScript to WebAssembly * [`wasm2js`](https://github.com/WebAssembly/binaryen/blob/master/src/wasm2js.h) which compiles WebAssembly to JS * [`Asterius`](https://github.com/tweag/asterius) which compiles Haskell to WebAssembly - * ['Grain'](https://github.com/grain-lang/grain) which compiles Grain to WebAssembly + * [`Grain`](https://github.com/grain-lang/grain) which compiles Grain to WebAssembly Binaryen also provides a set of **toolchain utilities** that can |