Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.53 KB

2019-04-26-issue-78.md

File metadata and controls

39 lines (22 loc) · 2.53 KB
layout title author
post
Issue #78
ceberhardt

ALEXGAYNOR.NET

While this article isn't about WebAssembly specifically, I do feel it is relevant for those of you who might be trying to decide which language to use for your wasm project. This article looks at the "memory unsafe" nature of C and C++, and concludes "... based on reviewing evidence from numerous large software projects using C and C++, is that we need to be migrating our industry to memory safe by default languages (such as Rust and Swift)"

JAKUBKONKA.COM

WASI (WebAssembly System Interface) is a newly proposed system interface for running WebAssembly outside the web. It's at a very early stage, so great to see this blog post where Jakub ports flite, a text-to-speech, to WebAssembly making use of the WASI interface.

PIPPA.IO

A podcast where Lin Clark and Till Schneidereit discuss how WebAssembly could possibly change the way we build and run software, not only on the browser, but in servers, mobile and IoT devices.

MEDIUM.COM

The wasmer team, who are creating a standalone runtime for WebAssembly, have recently announced a new package manager for WebAssembly. This announcement did result in some healthy debate on Twitter regarding WebAssembly needs its own package manager.

ERIKSINK.COM

You'll no doubt have heard about Blazor, a project that allows you to compiler C# / .NET projects to run in the browser using WebAssembly. This is something a little different, it is a project that attempts to run WebAssembly modules within the .NET common language runtime. It achieves this by transpiling wasm opcodes into .NET Intermediate Language. Very cool!

And Finally ...

A 'ticket' that asks Adobe to provide a WebAssembly target for Air / Flash has 684 upvotes!