Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/webassembly/reference/variables/global/index.md
6529 views
---
title: Global slug: WebAssembly/Reference/Variables/Global
---

{{WebAssemblySidebar}}

The global instruction declares a new global variable.

{{EmbedInteractiveExample("pages/wat/global.html", "tabbed-taller")}}

Syntax

;; declare new variable named $val of type i32 (global $val i32)