Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/webassembly/reference/control_flow/call/index.md
6517 views
---
title: call slug: WebAssembly/Reference/Control_flow/call
---

{{WebAssemblySidebar}}

call calls a function. call_indirect calls a function in a table.

{{EmbedInteractiveExample("pages/wat/call.html", "tabbed-standard")}}

Syntax

call $greet
InstructionBinary opcode
call0x10
call_indirect0x11