#webassembly

[ follow ]
fromInfoQ
3 days ago

Swift 6.2 Released with Improved Concurrency, Safer Raw-Memory Access, Wasm Support and More

Programs adopting approachable concurrency are single-threaded by default, which is ideal for scripts and UI code, and provide greater resilience for asynchronous code that accesses mutable state by running it on the caller's executor thread. When you want to ensure an async method is run on the concurrent thread pool instead of in the caller's context, you can use the @concurrent annotation. InfoQ previously covered approachable concurrency following its announcement at Apple's WWDC 2025, providing additional detail and context.
Apple
fromInfoWorld
1 week ago

GraalVM 25 arrives, backed by JDK 25

In GraalJS, a JavaScript language implementation built on GraalVM, GraalVM 25 enables source-phase imports from WebAssembly modules ( import source mod from "./mod.wasm") by default if the js.webassembly option is enabled and the js.source-phase-imports option is not set to false. ECMAScript 25 also is enabled by default. With GraalWasm, an open source WebAssembly runtime, Context.eval now returns a compiled (but not yet instantiated) module object, rather than a module instance.
Software development
fromInfoWorld
1 week ago

Wasm 3.0 adds 64-bit backing, language support

In addition to expanding the capabilities of raw linear memories, support was added for a new form of storage that is managed by the Wasm runtime automatically. WasmGC is low-level; a compiler targeting Wasm can declare the memory layout of its runtime data structures in terms of struct and array types, plus unboxed tagged integers, whose allocation and lifetime are then handled by Wasm.
Software development
Information security
fromSecurityWeek
2 weeks ago

Chrome 140 Update Patches Sixth Zero-Day of 2025

Chrome patched a V8 type-confusion zero-day (CVE-2025-10585) exploited in the wild and addressed multiple other engine vulnerabilities in an urgent update.
#scalajs
Web development
fromInfoQ
1 month ago

Is WebAssembly the Secure, Efficient Alternative Everybody was Waiting For?

WebAssembly and serverless architectures enhance security through efficient isolation of untrusted code.
fromInfoWorld
1 month ago

Wassette: A bridge between Wasm and MCP

Wassette is a new open source tool that allows developers to assemble lightweight Model Context Protocol servers using WebAssembly components, enhancing AI-driven functionalities.
Web development
Web development
fromAcko.net
1 month ago

HTML is Dead, Long Live HTML

The DOM and its APIs are outdated and overly complex, necessitating a rethinking of how web applications interact with browser environments.
fromHackernoon
6 months ago

Walking You Through WASI Support in Go | HackerNoon

Go 1.21 introduces a port targeting the WASI preview 1 syscall API through the new GOOS value wasip1, enhancing support for WebAssembly applications.
Web development
#rust
fromHackernoon
5 months ago
Web development

WebAssembly targets: The Change in Default Target-Features That You Need to Be Aware Of | HackerNoon

fromHackernoon
5 months ago
Web development

WebAssembly targets: The Change in Default Target-Features That You Need to Be Aware Of | HackerNoon

UX design
fromHackernoon
1 year ago

GraphQL Isn't Just for Data Anymore - It's Becoming Your Frontend | HackerNoon

Server-Driven UI is crucial for rapid UI evolution and backend control in dynamic applications.
GraphQL will facilitate the orchestration of dynamic UI structures effectively.
WebAssembly will enhance performance by allowing efficient rendering of server-defined UIs.
Python
fromInfoWorld
4 months ago

F-strings with superpowers: What's new in Python 3.14 beta

Python 3.14 beta introduces powerful new features including enhanced template strings and WebAssembly support, aimed at boosting usability and performance across applications.
Web frameworks
fromMedium
4 months ago

Taking JVM to the browser (again) with CheerpJ and Scala 3

CheerpJ enables running legacy Java applications in web browsers, streamlining user experience and reducing update burdens.
Web frameworks
fromInfoQ
4 months ago

.NET 10 Preview 4: Improved JSON Patch, Blazor Diagnostics, OpenAPI Integration, and More

Microsoft's .NET 10 preview introduces significant performance improvements and new features across several frameworks, particularly in ASP.NET Core and Blazor.
#nodejs
fromInfoWorld
4 months ago
Node JS

Node.js 24 drops MSVC support

Node.js 24 brings significant updates to the V8 engine and NPM, crucial for JavaScript development.
Node JS
fromInfoWorld
4 months ago

Node.js 24 drops MSVC support

Node.js 24 brings significant updates to the V8 engine and NPM, crucial for JavaScript development.
Node JS
fromInfoWorld
1 year ago

Deno 1.38 features HTML documentation, hot module replacement

Deno 1.38 introduces significant improvements in documentation, hot module replacement, and Node.js compatibility, enabling the use of NPM package manager from Deno.
Web frameworks
fromInfoWorld
5 months ago

Python and WebAssembly? Here's how to make it work

Learn about deploying Python and others to WebAssembly.
Step-by-step guide for setting up Python in airgapped environments.
Understanding package replacements in Python 3.13.
fromInfoWorld
5 months ago

4 big changes WebAssembly developers need to know about

WebAssembly provides developers a new method to deliver applications using various languages, compiling them to bytecode for near-machine speed execution in a sandboxed environment.
Web frameworks
fromBitcoin Magazine
5 months ago

Embed Bitcoin Into Everything, Everywhere

Breez Tech's new Nodeless Breez SDK enhances in-browser functionality for Bitcoin and Lightning, pushing towards a seamless user experience essential for Bitcoin’s mainstream adoption.
Cryptocurrency
Web frameworks
fromInfoWorld
5 months ago

6 languages you can deploy to WebAssembly right now

WebAssembly allows near-native speed execution in the browser with various programming languages as contributors.
Node JS
fromLogRocket Blog
5 months ago

Building progressive web apps using Rust - LogRocket Blog

PWAs combine web and native app advantages, offering performance and offline capabilities using a single codebase.
[ Load more ]