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

{{WebAssemblySidebar}}

The local instruction declares a new local variable.

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

Syntax

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