-
code:
```rust
fn main {
let s : String = ""
println(s)
}
```
log:
```
failed: moonc link-core /Users/Q540239/.moon/lib/core/target/wasm-gc/release/bundle/core.core /Users/Q540239/dev/cd…
-
# Language name
MoonBit
# URL of example repository
https://github.com/moonbitlang/core
# URL of syntax highlighting grammar
https://moonbitlang.github.io/moonbit-textbook/
# Most po…
-
## 现状
问题入口: https://www.moonbitlang.cn/download/
当前页面如图所示
![image](https://github.com/user-attachments/assets/c190001e-e9a8-423c-b486-cc7be10a8c9c)
在这里先让用户安装 VS Code MoonBit 插件 ,提到
> …
-
Moonbit info:
```
moon 0.1.20240910 (0a5e0dc 2024-09-10)
```
System info:
```
Linux mechrevo 6.10.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 09 Sep 2024 02:38:45 +0000 x86_64 GNU/Linux
```
One …
-
-
I have a MoonBit struct:
```rust
pub struct VowelReport {
count : Int
total : Int
vowels : String
}
impl @jsonutil.ToJson for VowelReport with to_json(self) {
@jsonutil.from_entrie…
-
# Support WASI target
One of the popular and emerging use cases for wasm apps is deploying/executing them in environments other than browsers, for example in the desktops, in the servers on the edg…
-
# Bug Report
## Environment
### OS
Operating System: Windows
### MoonBit CLI Tools Version
```
C:\workspace\moon\hello>moon version --all
error: failed to get moonc version
```
#…
-
Currently there is no easy way (that I can find) to convert back and forth between UTF-8 and UTF-16 -encoded strings.
I'm doing this as a workaround: https://github.com/gmlewis/moonbit-pdk/blob/mas…
-
A nice addition would be to add support for the [MoonBit programming language](https://www.moonbitlang.com/).
I would like to support this effort if possible with the understanding that my Rust ski…