Releases: r-wasm/rwasm
Releases · r-wasm/rwasm
rwasm 0.2.0
New features
-
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.