# Go

You can use Wasmer in your Go projects to execute WebAssembly modules securely and conveniently.

{% hint style="info" %}

## Did you know ...?

Some of our language extensions are using Wasmer under the hood.

* [Wasmer Python Extension](https://github.com/wasmerio/wasmer-python)
* [Wasmer Ruby Extension](https://github.com/wasmerio/wasmer-ruby)
* [Wasmex Elixir Extension](https://github.com/tessi/wasmex)
  {% endhint %}

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

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