-
When building R packages with
compress
set toTRUE
, use the binary R package.tgz
file for the Emscripten filesystem image data and generate custom metadata rather than using Emscripten'sfile_packager
tool. -
Support for a new
compress
argument infile_packager()
,make_vfs_library()
, and other related functions. When enabled, VFS images will be compressed usinggzip
(#39).
Note: Mounting processed .tgz
archives or compressed VFS images requires at least version 0.4.2 of webR.
-
Added a mechanism to override
AC_CHECK_FUNCS
with Autoconf (#32). -
Shim
uname
andpkg-config
when cross-compiling (#9). -
Added documentation.
-
The
dependencies
argument inadd_pkg()
is nowFALSE
by default. -
Made CXX17 the default (#12).
-
Packages using OpenMP can now be cross-compiled (#17).
-
Prevent packages from accessing the host LIBS (#10).
-
Use a default shell when running configure scripts (#8).
-
Various tweaks and bug fixes for cross-compiling on Linux host.
- This R package has been converted from an existing set of R scripts and
Makefile
workflow. Users relying on the old workflow will need to rewrite their processes to work using the newrwasm
R package.