From e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 12 May 2021 20:35:29 -0400 Subject: add ex084 async --- patches/patches/084_async.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/084_async.patch (limited to 'patches') diff --git a/patches/patches/084_async.patch b/patches/patches/084_async.patch new file mode 100644 index 0000000..6164775 --- /dev/null +++ b/patches/patches/084_async.patch @@ -0,0 +1,4 @@ +49c49 +< foo(); +--- +> var foo_frame = async foo(); -- cgit v1.2.3-ZIG