Experimental Spin SDK for the MoonBit programming language.
Dependencies
spin templates install --git https://github.com/gmlewis/spin-moonbit-sdkcargo install --locked wasm-toolsmoon update && moon install
moon build$ cd examples/hello-world
$ spin up --build$ curl -i localhost:3000/hello
HTTP/1.1 200 OK
content-type: text/plain
transfer-encoding: chunked
date: Sat, 17 Aug 2024 00:15:14 GMT
Hello, World!$ moon version --all
moon 0.1.20260330 (c527f57 2026-03-30) ~/.moon/bin/moon
moonc v0.8.4+4d98d95d4 (2026-03-30) ~/.moon/bin/moonc
moonrun 0.1.20260330 (c527f57 2026-03-30) ~/.moon/bin/moonrun
moon-pilot 0.0.1-df92511 (2026-03-30) ~/.moon/bin/moon-pilotExperimental Spin SDK for the MoonBit programming language.
Dependencies