Skip to content

Commit

Permalink
Fix C API link in book (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
wackbyte committed Apr 4, 2022
1 parent b74092a commit f9431d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/ch01-03-hello-hot-reloading.md
Expand Up @@ -18,7 +18,7 @@ Apart from running Mun libraries from the command-line interface, a common use c

### Mun embedded in C++

Mun [exposes](https://github.com/mun-lang/runtime-ffi) a C API and complementary C++ bindings for the Mun Runtime.
Mun [exposes](https://github.com/mun-lang/mun/tree/main/cpp) a C API and complementary C++ bindings for the Mun Runtime.
Listing 1-3 shows a C++ application that constructs a Mun Runtime for the `hello_fibonacci` library and continuously invokes the `fibonacci` function and outputs its result.

Filename: main.cc
Expand Down

0 comments on commit f9431d3

Please sign in to comment.