from Hacker News

Show HN: WebAssembly System Interface for Deno has been merged into Deno

by caspervonb on 7/4/20, 1:35 AM with 5 comments

  • by caspervonb on 7/4/20, 1:36 AM

    So this is somewhat of a followup to https://news.ycombinator.com/item?id=23548491 which was about deno-wasi, an implementation of the WebAssembly System Interface for Deno.

    Well, I merged deno-wasi into deno about week or two ago, currently shipping in stable.

    Please feel free to break it :)

  • by neals on 7/4/20, 10:52 AM

    Not familliar with WebAssembly. Does this mean Deno is talking to code written in other languages that are compiled to WebAssemlby?