Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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/webr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: r-wasm/webr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 7 commits
  • 24 files changed
  • 5 contributors

Commits on Aug 5, 2024

  1. Update NEWS.md

    georgestagg committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6566a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2e127b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. add dark mode option to Quarto site (#472)

    Co-authored-by: Luis Verde Arregoitia <[email protected]>
    luisDVA and luisDVA authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1a8bf74 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add docs note about mobile browser memory limits (#473)

    * add note about mobile browser mem limit
    
    * Update src/docs/index.qmd
    
    ---------
    
    Co-authored-by: George Stagg <[email protected]>
    thomascwells and georgestagg authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d455321 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add support for mounting .tgz files with filesystem metadata append…

    …ed (#477)
    
    * Bump dev version
    
    * Correct VFS image file extension in lzfs.R script
    
    * Remove `.data` assumption in `webr::mount()`
    
    * Add support for v2.0 VFS filesystem image format
    
    * Avoid Emscripten WORKERFS `mount()` under Node
    
    Instead, use our own `mountImageData()` function to create VFS nodes for
    each file in the VFS metadata package.
    
    TODO: This currently handles only metadata given in the form of the
    `packages` property. Emscripten supports additional `files` and `blobs`
    properties, and in the future we should also support those here.
    
    Fixes #328.
    
    * Update webr::mount() to default to v2.0 VFS images
    
    * Update documentation for VFS v2.0
    
    * Update NEWS.md
    
    * Reorganise VFS mounting into TS module `mount.ts`
    
    * Mount as URL under Node if source begins http[s]
    
    * Add unit tests for mounting WORKERFS and NODEFS
    
    * Export types from webr-chan.ts
    
    * Fallback to mounting `.data` before using archive
    
    Also improves warning messaging during fallback(s).
    
    * Interpret metadata values as signed integers
    
    * Read metadata from tar contents if hint is missing
    
    * Add unit test for .tgz with no metadata hint
    georgestagg authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4655e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd9d911 View commit details
    Browse the repository at this point in the history
  3. Set version 0.4.2

    georgestagg committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d7ddc31 View commit details
    Browse the repository at this point in the history
Loading