From b234bf597ca7a684cd30d47cc1d252ba20a0f161 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Wed, 27 Apr 2022 11:48:17 +0800 Subject: [PATCH] Adds missing start from overview example Lost some time not noticing this. While it is possible others will guess sooner than I did by function name and it isn't exported that they should add it as a start function, better to be explicit I think. --- proposals/bulk-memory-operations/Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/bulk-memory-operations/Overview.md b/proposals/bulk-memory-operations/Overview.md index 8f9bc6c18e..0dfc532642 100644 --- a/proposals/bulk-memory-operations/Overview.md +++ b/proposals/bulk-memory-operations/Overview.md @@ -386,6 +386,7 @@ implemented as follows: ;; be dropped. (data.drop 1)) ) +(start $start) ``` ### Instruction encoding