# C/C++

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

{% hint style="info" %}

## Did you know ...?

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

* [Wasmer PHP Extension](https://github.com/wasmerio/php-ext-wasm)
* [Wasmer Go Extension](https://github.com/wasmerio/go-ext-wasm)
* [WasmerSharp C# Extension](https://github.com/migueldeicaza/WasmerSharp)
  {% endhint %}

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.

{% content-ref url="c/setup" %}
[setup](https://jubianchi.gitbook.io/wasmer-docs/fix-python-summary/integrations/c/setup)
{% endcontent-ref %}

{% embed url="<https://wasmerio.github.io/wasmer/c/runtime-c-api/>" %}

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