Difference between revisions of "Wasm"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 40: Line 40:
 
* [https://medium.com/wasmer/running-webassembly-on-the-kernel-8e04761f1d8e Running WebAssembly on the Kernel - Wasmer]
 
* [https://medium.com/wasmer/running-webassembly-on-the-kernel-8e04761f1d8e Running WebAssembly on the Kernel - Wasmer]
 
** https://github.com/wasmerio/kernel-wasm
 
** https://github.com/wasmerio/kernel-wasm
 +
 +
 +
* [https://ffmpegwasm.github.io/ FFMPEG.WASM] - pure WebAssembly / JavaScript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers.
 +
 +
 +
* [https://rhysd.github.io/vim.wasm/ Vim.Wasm]
 +
** https://github.com/rhysd/vim.wasm -  Vim editor ported to WebAssembly
 +
 +
 +
* https://github.com/superpoweredSDK/web-audio-javascript-webassembly-SDK-interactive-audio - Superpowered Web Audio JavaScript and WebAssembly SDK for modern web browsers. Allows developers to implement low-latency interactive audio features into web sites and web apps with a friendly Javascript API.

Revision as of 22:35, 27 April 2021

WebAssembly (WASM)



  • The Birth & Death of JavaScript - A talk by Gary Bernhardt from PyCon 2014. This science fiction / comedy / completely serious talk traces the history of JavaScript, and programming in general, from 1995 until 2035. It's not pro- or anti-JavaScript; the language's flaws are discussed frankly, but its ultimate impact on the industry is tremendously positive. For Gary's more serious (and less futuristic) thoughts on programming, try some Destroy All Software screencasts.










  • FFMPEG.WASM - pure WebAssembly / JavaScript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers.