Hacker News (curated)new | past | comments | ask | show | jobs| show hidden

Funny -- I just built a pure go wrapper myself because this one is super out of date!

https://github.com/CamdenClark/monty-go

It implements the new subprocess model for spawning Monty VMs that help keep your main thread isolated if one of the VMs crashes.

Because Monty is packaged as a binary now, you don't need to do the WASM embedding stuff, you just need to make sure you have the binary. (Similar to how you would run playwright in Go, for example)





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact | github