Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Dec 27, 2024
1 parent 32ef306 commit f8cefcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next/toolchain/moon/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The `link` option is used to specify link options, and its value can be either a
"export-memory-name": "memory"
},
"wasm-gc": {
"export-memroy-name": "memory"
"export-memory-name": "memory"
}
}
}
Expand Down Expand Up @@ -187,7 +187,7 @@ The `link` option is used to specify link options, and its value can be either a
"link": {
"wasm-gc": {
"use-js-builtin-string": true,
"imported-string-contants": "_"
"imported-string-constants": "_"
}
}
}
Expand Down

0 comments on commit f8cefcc

Please sign in to comment.