diff options
| author | JF Bastien <github@jfbastien.com> | 2015-09-22 09:34:02 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-09-22 09:34:02 -0700 |
| commit | b1f54c2a44a9dbe1d5a8fefc103f673288aa111d (patch) | |
| tree | ad520164b8a42697a1c960cc4ee8169b2f19eac0 | |
| parent | f72462b1f3b2867870447b40857bc516d6d9173d (diff) | |
| parent | 6ff275320f85973bc7230ddbd5efc32aa8bbb42a (diff) | |
| download | nanowasm-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.md | 2 |
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. |
