Package: rwasm 0.3.0

George Stagg

rwasm: Build R Packages for WebAssembly

Utility functions to help build R packages compiled for WebAssembly (Wasm), manage Wasm binary R package libraries and repositories, and prepare webR compatible filesystem images for static web hosting of data files and R packages.

Authors:George Stagg [aut, cre], Lionel Henry [ctb], Jeroen Ooms [ctb], Posit Software, PBC [cph, fnd]

rwasm_0.3.0.tar.gz
rwasm_0.3.0.zip(r-4.6)rwasm_0.3.0.zip(r-4.5)
rwasm_0.3.0.tgz(r-4.6-any)rwasm_0.3.0.tgz(r-4.5-any)
rwasm_0.3.0.tar.gz(r-4.7-any)rwasm_0.3.0.tar.gz(r-4.6-any)
rwasm_0.3.0.tgz(r-4.5-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
rwasm/json (API)

# Install 'rwasm' in R:
install.packages('rwasm', repos = c('https://staging.r-multiverse.org', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-wasm/rwasm/issues

Pkgdown/docs site:https://r-wasm.github.io

On CRAN:

Conda:

6.52 score 83 stars 9 scripts 11 exports 29 dependencies

Last updated from:005588296e. Checks:4 NOTE, 1 OK, 4 FAIL. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE485
source / vignettesOK276
linux-release-x86_64NOTE227
macos-release-arm64FAIL101
macos-oldrel-arm64NOTE160
windows-develFAIL478
windows-releaseFAIL173
windows-oldrelNOTE70
wasm-releaseFAIL209

Exports:add_listadd_pkgadd_repoadd_tar_indexbuildfile_packagermake_librarymake_vfs_librarymake_vfs_reporm_pkgwrite_packages

Dependencies:callrclicurldescdplyrfilelockfsgenericsgluejsonlitelifecyclelpSolvemagrittrpakpillarpkgbuildpkgcachepkgconfigpkgdependsprocessxpsR6rlangtibbletidyselectutf8vctrswithrzip

Build R packages using GitHub Actions
Introduction | Deploying an R package on release | Hosting the resulting package | Creating a WebAssembly CRAN-like repository | The GitHub Actions build process

Last update: 2024-10-23
Started: 2023-11-02

Get started with rwasm
Compiling R packages for WebAssembly | Setting up the WebAssembly toolchain | Using the webR Docker container | WebR development installation | Installing the rwasm package | Building an R package | Adding an R package to a package repository | Managing and using the repository | Local testing | Deployment to static hosting

Last update: 2024-10-23
Started: 2023-11-02

Mounting filesystem images
Create filesystem images | Emscripten's file_packager tool | Compression | Mount .tar archives as a filesystem image | Building an R package library image | Local testing

Last update: 2024-10-23
Started: 2023-11-01

Mounting host directories in node
Introduction | Building an R package library | Mounting host directories

Last update: 2024-10-23
Started: 2023-11-01

Technical details for .tar archive metadata
Filesystem metadata | Archive data layout

Last update: 2024-09-11
Started: 2024-09-11