diff options
author | Brian Anderson <andersrb@gmail.com> | 2022-09-30 16:14:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 14:14:36 -0700 |
commit | 52ef197041b08254b581b3bd91d6aa56efc61aef (patch) | |
tree | 3ca9e32b2e616342eabbbb66d9e4fe0c726ebfe1 | |
parent | 32d17f9bd3aa6b65b146348e1a09f3bb6bb7a120 (diff) | |
download | binaryen-52ef197041b08254b581b3bd91d6aa56efc61aef.tar.gz binaryen-52ef197041b08254b581b3bd91d6aa56efc61aef.tar.bz2 binaryen-52ef197041b08254b581b3bd91d6aa56efc61aef.zip |
Fix 'C API' readme link (#5097)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -653,7 +653,7 @@ Windows and OS X as most of the core devs are on Linux. [compiling to WebAssembly]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen [win32]: https://github.com/brakmic/bazaar/blob/master/webassembly/COMPILING_WIN32.md -[C API]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#c-api-1 +[C API]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#c-api [control flow graph]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#cfg-api [JS_API]: https://github.com/WebAssembly/binaryen/wiki/binaryen.js-API [compile_to_wasm]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#what-do-i-need-to-have-in-order-to-use-binaryen-to-compile-to-webassembly |