Elanat's WebForms Core 2.1 Adds Rust WebAssembly Support via Two Execution Models

Elanat has released WebForms Core 2.1, a server-oriented web framework that now supports Rust-compiled WebAssembly as a client-side execution layer. The update enables developers to run Rust code in the browser through two approaches: using wasm-bindgen for JavaScript interoperability, or exporting raw functions via extern "C" without any JavaScript glue code. In both models, the server-side WebForms class controls when and how WebAssembly methods are invoked, while WebFormsJS handles resulting commands in the browser DOM. Rust projects can target the wasm32-unknown-unknown architecture and integrate with the framework using the webformscore crate available on crates.io. This pipeline allows Rust logic compiled to WebAssembly to generate and execute WebForms Core UI commands directly within the browser.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in