aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-09-22 09:34:02 -0700
committerJF Bastien <github@jfbastien.com>2015-09-22 09:34:02 -0700
commitb1f54c2a44a9dbe1d5a8fefc103f673288aa111d (patch)
treead520164b8a42697a1c960cc4ee8169b2f19eac0
parentf72462b1f3b2867870447b40857bc516d6d9173d (diff)
parent6ff275320f85973bc7230ddbd5efc32aa8bbb42a (diff)
downloadnanowasm-design-b1f54c2a44a9dbe1d5a8fefc103f673288aa111d.tar.gz
Merge pull request #365 from WebAssembly/call
Rename `call_direct` to `call` to match the spec repo.
-rw-r--r--AstSemantics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index c559e0c..b778c2a 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -306,7 +306,7 @@ restriction may be lifted in the future.
Direct calls to a function specify the callee by index into a function table.
- * `call_direct`: call function directly
+ * `call`: call function directly
Calls must match the function signature exactly.