this post was submitted on 05 May 2025
71 points (93.8% liked)

Programmer Humor

23127 readers
1369 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/29156476

Aborted VM rule

you are viewing a single comment's thread
view the rest of the comments
[–] codexarcanum@lemmy.dbzer0.com 5 points 4 days ago (1 children)

Literally have a dozen other tabs open about how to embed a WASM engine into my Rust game. At least I'm not (currently, at this time, right now) writing my own language or trying to embed a prolog engine.

[–] ZILtoid1991@lemmy.world 3 points 3 days ago (1 children)

I think wasmtime should work. It works for me in D using the C API and a high-level wrapper.

[–] codexarcanum@lemmy.dbzer0.com 2 points 3 days ago

Ooh, I'd been looking at wasmer but wasmtime looks easier and more appropriate. Thanks for the suggestion!

Also wow, a D programmer in the wild! I used to really like that language before I got into Rust (my beloved).