From 285ca99c6c13a63fa07c17db9de61a2ebc6d6d00 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:01:48 -0500 Subject: [PATCH] Update to moonc v0.1.20241106+8f17a3fc7 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- README.md | 6 +++--- examples/arrays/moon.pkg.json | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b793813..69bacec 100644 --- a/README.md +++ b/README.md @@ -527,9 +527,9 @@ The code has been updated to support compiler: ```bash $ moon version --all -moon 0.1.20241011 (ca50f51 2024-10-11) ~/.moon/bin/moon -moonc v0.1.20241011+9ea637707 ~/.moon/bin/moonc -moonrun 0.1.20241011 (ca50f51 2024-10-11) ~/.moon/bin/moonrun +moon 0.1.20241106 (79e45ae 2024-11-06) ~/.moon/bin/moon +moonc v0.1.20241106+8f17a3fc7 ~/.moon/bin/moonc +moonrun 0.1.20241106 (79e45ae 2024-11-06) ~/.moon/bin/moonrun ``` Use `moonup` to manage `moon` compiler versions: diff --git a/examples/arrays/moon.pkg.json b/examples/arrays/moon.pkg.json index 1e4b02c..a14e100 100644 --- a/examples/arrays/moon.pkg.json +++ b/examples/arrays/moon.pkg.json @@ -1,8 +1,6 @@ { "import": [ - "extism/moonbit-pdk/pdk/config", - "extism/moonbit-pdk/pdk/host", - "extism/moonbit-pdk/pdk/var" + "extism/moonbit-pdk/pdk/host" ], "link": { "wasm": {