rwasm
Build R Packages for WebAssembly
The toolchain that gets R packages into the browser is optimising for payload size, not features.
◆Recent moves
- 1y ago
Build system realigned for webR 0.5.0
A breaking build system update for webR 0.5.0 and later, plus a fix to include Makevars.wasm.in when looking for Makevars overrides. Coordination work that keeps the packaging tool aligned with the runtime it feeds.
View source ↗ - 1y ago
rwasm 0.2.0
⚡ SPARKThe release that changed how artefacts are delivered rather than how they are built: Emscripten's file_packager is replaced with a custom metadata path over binary .tgz files, and VFS images can be gzip compressed. It reframes the project from a cross-compiler into a delivery pipeline.
View source ↗ - 2y ago
Cross-compilation gains OpenMP, Autoconf overrides and host isolation
The foundational release, focused on making real R packages survive cross-compilation: Autoconf function-check overrides, shims for uname and pkg-config, OpenMP support, and isolation from host LIBS. It also flips the dependencies argument of add_pkg() to FALSE and makes CXX17 the default.
View source ↗