Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r-wasm/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f66984f9cb3e5be4ad4c72b4c0a85294e0d4b435
Choose a base ref
..
head repository: r-wasm/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2097a0f2f9cab51998031fca8b52222922b5c488
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build-rwasm/code.R
2 changes: 1 addition & 1 deletion build-rwasm/code.R
Original file line number Diff line number Diff line change
@@ -48,4 +48,4 @@ message("\n\nAdding packages:\n", paste("* ", packages, sep = "", collapse = "\n
rwasm::add_pkg(packages, repo_dir = repo_path)

message("\n\nMaking library")
rwasm::make_vfs_library(strip = strip, out_dir = image_path)
rwasm::make_vfs_library(out_dir = image_path, repo_dir = repo_path, strip = strip)