Show HN: A WebAssembly System Interface Implementation for Deno

  • 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?

  • 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!