Replies: 3 comments
-
WASM? |
Beta Was this translation helpful? Give feedback.
0 replies
-
WASM FFI could actually be really cool; see https://wasmer.io/.
…On Mon, Nov 15, 2021, 6:16 PM Marcus S. Abildskov ***@***.***> wrote:
WASM?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDQCMTAY2KW53CVXW4SDN3UMGID7ANCNFSM5IAHZZCA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
For sure, sounds like a great way to dynamically access external functionality - can follow a similar approach to Deno. A WASM FFI would be very interesting for sure! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would be a great idea to use FFI to communicate with Rust and C++ libraries, like Deno does. This could be easy to use and easy to understand for beginners, depending of the implementation you choose.
Beta Was this translation helpful? Give feedback.
All reactions