C/C++

You can use Wasmer in your C and C++ projects to interact with WebAssembly modules easily.

Did you know ...?

Some of our language extensions are using the Wasmer C integration under the hood:

In this section we will go through the instructions on how to setup your C/C++ environment, to then visit different examples of how to use Wasmer in C.

Setup your C/C++ environment

Now, let's start setting up your C/C++ environment!

Last updated