Skip to content

Commit

Permalink
Update to moonc v0.1.20241106+8f17a3fc7
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <[email protected]>
  • Loading branch information
gmlewis committed Nov 6, 2024
1 parent 123b936 commit 285ca99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions examples/arrays/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 285ca99

Please sign in to comment.