Topic mix

WebAssembly

35 moments from 21 videos · 1:31:58 total

This video compilation provides system and frontend developers with practical demonstrations of compiling native code for the web platform using WebAssembly.

WebAssembly: The Next Frontier of Cloud Computing
Play section Introduction to WebAssembly in a cloud computing context
Introduction to WebAssembly in a cloud computing context thumbnail

Introduction to WebAssembly in a cloud computing context

An overview of exploring the potential of WebAssembly for server-side cloud scenarios instead of just browser deployments.

Play section Compiling Rust code to WebAssembly for JavaScript runtimes
Compiling Rust code to WebAssembly for JavaScript runtimes thumbnail

Compiling Rust code to WebAssembly for JavaScript runtimes

Translating basic Rust functions into WebAssembly formats allows native execution within standard Node and browser environments.

Play section Deploying WebAssembly modules in cloud and serverless platforms
Deploying WebAssembly modules in cloud and serverless platforms thumbnail

Deploying WebAssembly modules in cloud and serverless platforms

Operating microservices natively via WebAssembly yields distinct efficiency advantages over deploying standard server workloads on specialized platforms.

WebAssembly: Disassembled
Play section Core principles and security model of WebAssembly
Core principles and security model of WebAssembly thumbnail

Core principles and security model of WebAssembly

How WebAssembly complements JavaScript natively while maintaining strict sandboxing and broad browser support.

Using WebAssembly for in-database Machine Learning
Play section Benefits of executing WebAssembly natively in databases
Benefits of executing WebAssembly natively in databases thumbnail

Benefits of executing WebAssembly natively in databases

How WebAssembly addresses complex procedural SQL, provides data co-location, and reduces developer effort for data science tasks.

Play section Introduction to WebAssembly for in-database machine learning
Introduction to WebAssembly for in-database machine learning thumbnail

Introduction to WebAssembly for in-database machine learning

An overview of utilizing WebAssembly to execute machine learning modules directly within a database management system.

Play section Key takeaways and developer resources for WebAssembly integration
Key takeaways and developer resources for WebAssembly integration thumbnail

Key takeaways and developer resources for WebAssembly integration

A summary of WebAssembly extensibility capabilities along with resources from the Bytecode Alliance.

Blazor Unleashed: The Future of .NET Web Development
Play section Inspecting WebAssembly loading and network trace requests
Inspecting WebAssembly loading and network trace requests thumbnail

Inspecting WebAssembly loading and network trace requests

Developer tools demonstrate how WebAssembly retrieves and executes .NET assemblies directly inside the browser.

Play section Exploring server, WebAssembly, and hybrid hosting models
Exploring server, WebAssembly, and hybrid hosting models thumbnail

Exploring server, WebAssembly, and hybrid hosting models

Applications can run purely on a server, execute client-side via WebAssembly, or run embedded in native desktop programs.

Fun with PaaS – How to use Cloud Foundry and its uniqueness in creative ways
Play section The origins and design principles of WebAssembly
The origins and design principles of WebAssembly thumbnail

The origins and design principles of WebAssembly

A resilient byte code format emerges to provide secure and cross-platform execution capabilities inside web browsers.

WebAssembly: The Next Frontier of Cloud Computing
Play section Redefining WebAssembly beyond browser video games
Redefining WebAssembly beyond browser video games thumbnail

Redefining WebAssembly beyond browser video games

How a simple tweet shifted the initial perception of WebAssembly from front-end to server-side applications.

The Future of Cloud is WebAssembly
Play section Origins and design goals of WebAssembly
Origins and design goals of WebAssembly thumbnail

Origins and design goals of WebAssembly

WebAssembly emerged as a highly secure, cross-platform byte code format for browser execution.

Play section Applying WebAssembly to serverless cloud environments
Applying WebAssembly to serverless cloud environments thumbnail

Applying WebAssembly to serverless cloud environments

Using WebAssembly as a backend compute layer provides sub-millisecond cold starts and robust sandboxing.

WeAreDevelopers LIVE - Speeding up with WebGPU
Play section Integrating compiled WebAssembly code into standard React applications
Integrating compiled WebAssembly code into standard React applications thumbnail

Integrating compiled WebAssembly code into standard React applications

Generating automated glue code simplifies the process of invoking computational functions directly within standard front-end frameworks.

Blazor and Azure functions for Serverless Website
Play section Choosing between server and WebAssembly deployment models
Choosing between server and WebAssembly deployment models thumbnail

Choosing between server and WebAssembly deployment models

Choosing WebAssembly over a traditional server architecture allows rendering to happen entirely within the user's browser.

Using WebAssembly to run, extend, and secure your application
Play section Early implementations of WebAssembly across major industries
Early implementations of WebAssembly across major industries thumbnail

Early implementations of WebAssembly across major industries

Engineering teams rapidly adapted WebAssembly to migrate monolithic application code into the browser and target multiple platforms simultaneously.

Play section Core design principles of the WebAssembly standard
Core design principles of the WebAssembly standard thumbnail

Core design principles of the WebAssembly standard

WebAssembly prioritizes fast binary instructions, readable code structures, default sandboxing, and strict backward compatibility to ensure web stability.

Play section Introduction to WebAssembly as a compilation target
Introduction to WebAssembly as a compilation target thumbnail

Introduction to WebAssembly as a compilation target

WebAssembly acts as a high-performance compilation target capable of natively executing logic across diverse application environments.

Play section Memory isolation and module ownership in WebAssembly
Memory isolation and module ownership in WebAssembly thumbnail

Memory isolation and module ownership in WebAssembly

WebAssembly restricts memory access entirely by confining module operations to a specific contiguous mutable array without cross-module visibility.

WeAreDevelopers LIVE - CSS is DOOMed
Play section Emulating a Nintendo entertainment system via WebAssembly
Emulating a Nintendo entertainment system via WebAssembly thumbnail

Emulating a Nintendo entertainment system via WebAssembly

Embedding raw processor instructions safely into browser execution contexts highlights the aggressive modernization achieved by contemporary web virtual machines.

How to Stop Choosing JavaScript Frameworks and Start Living
Play section Expanding JavaScript horizons with WebAssembly and backend possibilities
Expanding JavaScript horizons with WebAssembly and backend possibilities thumbnail

Expanding JavaScript horizons with WebAssembly and backend possibilities

How compiling alternative languages to the browser and exploring mobile or 3D development prevents career stagnation.

WebAssembly Revolution: Elevating JavaScript's Reach and Performance
Play section Boosting Figma rendering performance by targeting direct WebAssembly execution
Boosting Figma rendering performance by targeting direct WebAssembly execution thumbnail

Boosting Figma rendering performance by targeting direct WebAssembly execution

Transitioning from older internal patterns to standard WebAssembly increases canvas rendering speeds for heavy interactive architectures.

Rust Beyond Systems: Revolutionizing Web Development
Play section Building client frontend components using WebAssembly compilation
Building client frontend components using WebAssembly compilation thumbnail

Building client frontend components using WebAssembly compilation

Translating server-side logical syntax straight to web execution layers manipulates frontend components rapidly through optimized reactive signal arrays.

WeAreDevelopers LIVE – From JavaScript to WebAssembly, High-Performance Charting and More
Play section Understanding hardware performance advantages of WebAssembly code
Understanding hardware performance advantages of WebAssembly code thumbnail

Understanding hardware performance advantages of WebAssembly code

Comparing WebAssembly execution structures against JavaScript when compiling raw calculations and binary mathematics.

Play section Executing Linux systems inside WebAssembly PDF documents
Executing Linux systems inside WebAssembly PDF documents thumbnail

Executing Linux systems inside WebAssembly PDF documents

Evaluating the security implications of embedding full operating systems within seemingly harmless document architecture.

Speeding up Web Apps performance with WebAssembly and Emscripten
Play section Designing reliable JavaScript wrappers around WebAssembly lifecycle objects
Designing reliable JavaScript wrappers around WebAssembly lifecycle objects thumbnail

Designing reliable JavaScript wrappers around WebAssembly lifecycle objects

Abstracting lifetime initializations into clean TypeScript singletons removes manual pointer tracking complexities for widespread downstream adoption.

Play section Introduction to WebAssembly and basic compilation with Clang
Introduction to WebAssembly and basic compilation with Clang thumbnail

Introduction to WebAssembly and basic compilation with Clang

Exporting raw C snippets via Clang exposes a steep learning curve without automated memory assignments and a standard library.

Play section Porting the cryptographic Bitcoin core library to WebAssembly
Porting the cryptographic Bitcoin core library to WebAssembly thumbnail

Porting the cryptographic Bitcoin core library to WebAssembly

Compiling existing robust cryptography libraries like libsecp into WebAssembly modules stabilizes heavy cryptographic validations securely.

Blazor – the new SPA Framework for everyone who hates JavaScript
Play section Comparing server-side delivery and WebAssembly application execution
Comparing server-side delivery and WebAssembly application execution thumbnail

Comparing server-side delivery and WebAssembly application execution

Architectural trade-offs exist between streaming continuous web socket updates and downloading complete compiled assemblies directly into the browser engine.

WeAreDevelopers LIVE – AI, Freelancing, Keeping Up with Tech and More
Play section Running retro operating systems and games via WebAssembly
Running retro operating systems and games via WebAssembly thumbnail

Running retro operating systems and games via WebAssembly

How WebAssembly enables full virtual operating systems and nostalgic games directly inside browsers.

From Bytes to Execution: Writing a WebAssembly Runtime in Rust
Play section Core concepts of WebAssembly portability and sandboxed execution
Core concepts of WebAssembly portability and sandboxed execution thumbnail

Core concepts of WebAssembly portability and sandboxed execution

Achieving highly scalable cross-platform behavior requires understanding how WebAssembly acts as a portable bytecode with built-in closed sandboxing.

Play section Comparing WebAssembly text representation and binary module structure
Comparing WebAssembly text representation and binary module structure thumbnail

Comparing WebAssembly text representation and binary module structure

Examining text representations clarifies how compiled WebAssembly programs decompose into foundational headers and uniquely formatted functional element sections.

Play section Demonstrating compiled WebAssembly binary sizes via terminal output
Demonstrating compiled WebAssembly binary sizes via terminal output thumbnail

Demonstrating compiled WebAssembly binary sizes via terminal output

Contrasting resulting compiled executable overhead inherently emphasizes slightly how lightweight WebAssembly functional routines scale efficiently on server environments.

WeAreDevelopers LIVE – Web Scraping, Agents, Actors and more
Play section Emulating vintage computer environments using WebAssembly architectures
Emulating vintage computer environments using WebAssembly architectures thumbnail

Emulating vintage computer environments using WebAssembly architectures

How modern browser capabilities enable complete software development environments and terminal effects for retro systems.

Wasm Deep Dive - A Glance Behind the Scenes
Play section Obtaining compiler tools and exploring WebAssembly environments
Obtaining compiler tools and exploring WebAssembly environments thumbnail

Obtaining compiler tools and exploring WebAssembly environments

A provided GitHub repository and Docker instance supply developers with necessary development environments and compiler tools.

Your mix. Instantly.

More mixes