Learn WebAssembly
@webassemblylearning
48
subscribers
1
file
275
links
Download Telegram
Join
Learn WebAssembly
48 subscribers
Learn WebAssembly
https://rreverser.com/wasmbin-yet-another-webassembly-parser-serializer/
RReverser's
wasmbin: a self-generating WebAssembly parser & serializer
So what I wanted to do is to build a parser & serializer that would self-generate themselves using a macros. This way, I would only have to describe all the structures and not bother with handwriting any implementations except for the core types.
Learn WebAssembly
https://twitter.com/hossein_dindar/status/1446888828711616520?s=20
Twitter
hossein dindar
اگه میخواید وب اسمبلی رو پایه ای و عمیق بفهمید این دمو wat2wasm webassembly.github.io/wabt/demo/wat2… رو بزارید جلوتون spec های وب اسمبلی هم بزارید جلوتون webassembly.github.io/spec بعد ببینید کدایی که مینویسید encoding اشون چیه و چطوری انجام میشه
Learn WebAssembly
https://github.com/pouyakary/witx-bindgen
GitHub
GitHub - pouyakary/witx-bindgen: A language binding generator for `witx` (a precursor to WebAssembly interface types)
A language binding generator for `witx` (a precursor to WebAssembly interface types) - GitHub - pouyakary/witx-bindgen: A language binding generator for `witx` (a precursor to WebAssembly interface...
Learn WebAssembly
https://rancher.com/blog/2021/stupid-simple-webassembly
Learn WebAssembly
https://github.com/rhysd/wain
GitHub
GitHub - rhysd/wain: WebAssembly implementation from scratch in Safe Rust with zero dependencies
WebAssembly implementation from scratch in Safe Rust with zero dependencies - rhysd/wain
Learn WebAssembly
The Art of WebAssembly.epub
7.8 MB
Learn WebAssembly
https://www.infoq.com/podcasts/web-assembly-component-model/
InfoQ
Lin Clark on the WebAssembly Component Model
Using the metaphor of lego blocks, Lin Clark (a Senior Principal Software Engineer at Fastly) discusses WebAssembly Component model with Wes Reisz, including the background, roadmap, and design goals. Today on the podcast, Lin and Wes talk web assembly and…
Learn WebAssembly
https://www.youtube.com/watch?v=jwwTWQSZq1M
YouTube
Make WebAssembly vector games using AssemblyScript
This is a tutorial video for making old-school vector based arcade games for WebAssembly. This is an intro tutorial, where I am using AssemblyScript and VectorEngine to create a simple vector animation in this tutorial.
Learn WebAssembly
https://twitter.com/binjimint/status/1449080523385573377?s=20
Twitter
Ben Smith
Wasm hack time! You asked for it and you got it. It's BADGB, a gameboy emulator in *3072* bytes of hand-written #WebAssembly! It's based on pokegb, but is more fully featured so it can run more games. For example, Metroid 2! Try it out here: binji.github.io/raw…
Learn WebAssembly
https://www.youtube.com/watch?v=J5Rs9oG3FdI
YouTube
Ashley Williams — Why the #wasmsummit Website isn't written in Wasm
WebAssembly is not here to kill JavaScript. In fact, to be successful, it *must not*. But let me back up.
WebAssembly is an exciting new technology that has the ambition to change how and what we program for not only the web, but everywhere. In the case…
Learn WebAssembly
https://www.youtube.com/watch?v=IBZFJzGnBoU
YouTube
Lin Clark — WebAssembly: Building a new kind of ecosystem
https://2020.webassembly-summit.org
Learn WebAssembly
https://twitter.com/v8js/status/1454158971674271760?s=20
Twitter
V8
🤓
V8 has two compilers for Wasm: the baseline - Liftoff - and the optimizing one - TurboFan. Today Turbofan jumps in after Liftoff, and compiles the entire module at once. But what if we optimized only the hot functions instead? Enter dynamic tiering: v8.dev/blog/wasm…
Learn WebAssembly
https://github.com/jubnzv/wasm-wxwidgets-demo
GitHub
GitHub - jubnzv/wasm-wxwidgets-demo: POC: Render the same OpenGL scene using wxWidgets and WebAssembly.
POC: Render the same OpenGL scene using wxWidgets and WebAssembly. - jubnzv/wasm-wxwidgets-demo
Learn WebAssembly
https://copy.sh/v86/
copy.sh
v86
Run KolibriOS, Linux or Windows 98 in your browser
Learn WebAssembly
https://twitter.com/i_grr/status/1455918873547522052?s=19
Twitter
Ivan Grokhotkov
Yesterday I was introduced to a new education-focused @risc_v simulator, qtrvsim. It lets you visualise what is happening in single stage and pipelined CPUs running RISC-V code. And there is also a webassembly port, so it runs in the browser! dev.jakubdu…
Learn WebAssembly
https://blog.scottlogic.com/2021/06/21/state-of-wasm.html
Scott Logic
The State of WebAssembly 2021
This blog post shares the results of the first State of WebAssembly Survey, with results from 250 respondents surveyed in June 2021. We find that Rust is the most frequently used and most desired WebAssembly language and many other interesting results
Learn WebAssembly
https://www.infoq.com/podcasts/web-assembly-component-model/
InfoQ
Lin Clark on the WebAssembly Component Model
Using the metaphor of lego blocks, Lin Clark (a Senior Principal Software Engineer at Fastly) discusses WebAssembly Component model with Wes Reisz, including the background, roadmap, and design goals. Today on the podcast, Lin and Wes talk web assembly and…
Learn WebAssembly
https://twitter.com/rustlangfa/status/1456222840135487489?s=20
Twitter
Rust Farsi
سرویس +Disney برای کار روی طیف وسیعی از دستگاهها، یک رانتایم WebAssembly با C ساخته که به شکل باینری روی دستگاهها قرار میگیرد. (مستقل، بدون مرورگر) سپس کلاینت این سرویس که با Rust نوشته شده (#وب_اسمبلی)، از اینترنت لود و روی این رانتایم اجرا میشود: …
Learn WebAssembly
https://www.coindesk.com/tech/2021/05/25/polkadots-gavin-wood-webassembly-is-the-future-of-smart-contracts-but-legacy-evm-is-right-now/
CoinDesk
Polkadot’s Gavin Wood: WebAssembly Is the Future of Smart Contracts, but ‘Legacy’ EVM Is Right Now
“It's super important to support these legacy protocols, these legacy languages, and that's what we're doing,” says the former Ethereum developer.
Learn WebAssembly
https://medium.com/leaningtech/cheerpx-using-webassembly-to-run-any-programming-language-in-the-browser-3306e1b68f06
Medium
CheerpX: Using WebAssembly to run any programming language in the browser
We have built a WebAssembly based VM to run X86 binaries in the browser, we are releasing multiple demos and an architectural overview.
Learn WebAssembly
https://www.joshfinnie.com/blog/using-webassembly-created-in-rust-for-fast-react-components/
Joshfinnie
Using WebAssembly (created in Rust) for Fast React Components | www.joshfinnie.com
In this blog post we will learn how to leverage the Rust programming language to compile WebAssembly which we will then use in our React application. This gives us access to low-level components to speed up our code!
TWeb.init({scrollToPost:'webassemblylearning/241'});