Settings

Theme

Consuming a High Performance WASM Library in MoonBit from JavaScript

moonbitlang.com

3 points by chenhoey1211 9 months ago · 2 comments

Reader

ViperCode 9 months ago

I like that the article doesn’t just present a “hello world” demo, but uses a real-world use case (Markdown parsing via Cmark). It’s a smart way to highlight Wasm’s value in shrinking bundle sizes while avoiding runtime penalties — especially when paired with native string support.

  • chenhoey1211OP 9 months ago

    Yeah, real-world examples like Cmark are way more convincing than contrived demos. I'd be curious to see benchmarks comparing this approach to something like marked or markdown-it in terms of size and speed."

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection