You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ! First of all, I'm not asking for help in writing code, but rather to ask what's possible to do with Deno.
I'm interested in a Rust project called PumpkinMC, which is a reimplementation of the minecraft server protocol in Rust, and they have a plugin API (in early stages) and they are opened ideas and interested in exposing their PluginAPI to other languages, but they still didn't decided how to do it and if they'll do it, as far as I saw. I don't want to speak in their name as I'm not a contributor, just really enthusiast in their work.
I thought about Deno because I saw that Deno had a FFI support so I was wondering if Deno could be a good option in order to make a plugin in Javascript. I saw this repo but it seems to be inactive. I don't expect Deno to be an out of the box solution to execute and access Rust code from javascript, but I wonder if it would be a good idea.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ! First of all, I'm not asking for help in writing code, but rather to ask what's possible to do with Deno.
I'm interested in a Rust project called PumpkinMC, which is a reimplementation of the minecraft server protocol in Rust, and they have a plugin API (in early stages) and they are opened ideas and interested in exposing their PluginAPI to other languages, but they still didn't decided how to do it and if they'll do it, as far as I saw. I don't want to speak in their name as I'm not a contributor, just really enthusiast in their work.
I thought about Deno because I saw that Deno had a FFI support so I was wondering if Deno could be a good option in order to make a plugin in Javascript. I saw this repo but it seems to be inactive. I don't expect Deno to be an out of the box solution to execute and access Rust code from javascript, but I wonder if it would be a good idea.
Beta Was this translation helpful? Give feedback.
All reactions