from Hacker News

Show HN: A WebAssembly System Interface Implementation for Deno

by caspervonb on 6/17/20, 6:44 AM with 13 comments

  • by gitgud on 6/18/20, 3:26 PM

    So this can compile other languages to run on deno using Web assembly?

    Seems like a lot of indirection to emulate the native assembly code. I guess it's cross-platform though right?

  • by gutino on 6/18/20, 6:37 PM

    This is amazing and very useful, now you will be able to compile any c++, c, rust app to wasm and run inside Deno, so you can easily distribute to any platform.

    No need to re-write your current native apps, just compile them to wasm and they can run everywhere!