Radu Matei

@matei_radu
3 Followers
1 Following
2 Posts

$ spin plugin install js2wasm

A Spin plugin, called js2wasm, which takes a JavaScript file as input and produces a Spin-compatible WebAssembly module as output.
---
RT @matei_radu
Today we are releasing a new language SDK for @fermyontech Spin that lets you write #WebAssembly microservices in #JavaScript and #TypeScript.

This is based on the amazing work from @saulecabrera of @ShopifyEng and others on the Javy project.

https://www.fe…
https://twitter.com/matei_radu/status/1600862835302895616

Radu Matei on Twitter

“Today we are releasing a new language SDK for @fermyontech Spin that lets you write #WebAssembly microservices in #JavaScript and #TypeScript. This is based on the amazing work from @saulecabrera of @ShopifyEng and others on the Javy project. https://t.co/uIZKseMZMU”

Twitter
Some people may have considered various aspects of optimisation when building containers.
WebAssembly also has good practices for optimisation. This article by @technosophos, @matei_radu is very informative and a must-read.
---
RT @InfoQ
The Six Ways of Optimizing WebAssembly http://bit.ly/3XQcfk6 authored by @technosophos, @matei_radu, reviewed by Sergio De Simone
https://twitter.com/InfoQ/status/1618537101292883970
The Six Ways of Optimizing WebAssembly

While Wasm was originally designed for the browser, it turned out to be useful for other domains, too. In this article, we’ll look at six ways to optimize Wasm for performance and file size.

InfoQ