Please enable JavaScript to use this page!

AllTalks site logo
🍔

#webassembly

Я ❤︎ Фронтенд

43 min

WebAssembly и веб на TypeScript

Александр Коротаев

Многих останавливает разработка на WASM, потому что придётся учить С или Rust, популярные в WASM-сообществе, но есть решение — AssemblyScript. Он позволяет писать на TypeScript и компилировать бинарн…

ITeaConf

26 min

Howto: интерактивная визуализация на сотни тысяч элементов внутри браузера

Иван Затравкин

В данном докладе мы рассмотрим комплексный подход к решению проблемы взаимодействия в режиме реального времени с датасетами в сотни тысяч элементов. Посмотрим и проверим, что сработало, а какие идеи …

Tver.io

41 min

Wasm 101

Полина Гуртовая

Совсем не хардкорное введение в WebAssembly. Напишем немного кода для стековой виртуальной машины, заглянем под капот v8. И, чтобы нам точно было не скучно, добавим немного C++ и Rust.

Frontend Love

22 min

The state of WebAssembly

Sendil Kumar

Sendil is an experienced developer, speaker and author. He is passionate about JavaScript, Java / Kotlin and Rust. Most importantly, he is very active in the WebAssembly scene. He is the co-founder o…

Frontend Love

9 min

Blazor with WebAssembly

Don Wibier

One of the latest technologies targeting front-end development that is gaining quite some traction isWebAssembly. And the latest development stack for it is Blazor! While it’s still in preview mode, …

Chrome Dev Summit

25 min

Oh the things you’ll compile - modern WebAssembly

Thomas Nattestad, Ingvar Stepanyan

WebAssembly is an entirely new language format for the Web that lets you run languages that were previously impossible on the Web. Come to this talk to see how you can use WebAssembly in new ways, le…

View Source Amsterdam

28 min

Polyglot WebAssembly

Surma

The number of languages with WebAssembly support is growing. And you don't have to choose just one. You can use each of them for what they are good at. You can sprinkle in some C, C++, Rust, Assembly…

FrontendConf

48 min

Самый низкий уровень: пишем на WebGL и WebAssembly без фреймворков и транскомпиляторов

Антон Хлыновский

Говоря о WebGL, часто имеют в виду three.js или другие похожие фреймворки. Новичок на поле веб-технологий WebAssembly уже начинает ассоциироваться с языками C или Rust. А как же, ведь нужные утилиты …