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.3
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.5.0
Choose a head ref
  • 12 commits
  • 56 files changed
  • 4 contributors

Commits on May 7, 2025

  1. Set version 0.5.0-dev

    georgestagg committed May 7, 2025
    Configuration menu
    Copy the full SHA
    1bbb4f0 View commit details
    Browse the repository at this point in the history
  2. Fix npm publish

    georgestagg committed May 7, 2025
    Configuration menu
    Copy the full SHA
    7e45b88 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Upgrade R to version 4.5.0 (#538)

    * Update xterm packages
    
    * Update flang submodule
    
    * Updates for latest LLVM flang
    
    * Updates for Emscripten 4.0.8
    
    * Update NEWS.md
    
    * R 4.5.0
    
    * Update flake.nix checksum
    
    * Make webr package symbols visible to main module
    
    * Update to NixOS 25.05
    georgestagg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    4d99dcb View commit details
    Browse the repository at this point in the history
  2. Handle worker loading errors with a callback in newCrossOriginWorker (#…

    …539)
    
    * Handle worker loading errors with a callback in newCrossOriginWorker
    
    Added an optional error callback to newCrossOriginWorker to handle worker loading issues such as network errors or creation failures. Updated related channels to log errors and reject promises when worker initialization fails. This improves error handling and resilience in cross-origin worker loading.
    
    * Update channel-postmessage.ts
    
    * Update channel-service.ts
    
    * Update channel-shared.ts
    Dual-Ice authored May 23, 2025
    Configuration menu
    Copy the full SHA
    c6ee1e7 View commit details
    Browse the repository at this point in the history
  3. Minor tweaks for style

    georgestagg committed May 23, 2025
    Configuration menu
    Copy the full SHA
    98a508c View commit details
    Browse the repository at this point in the history
  4. Update NEWS.md

    georgestagg committed May 23, 2025
    Configuration menu
    Copy the full SHA
    091db2b View commit details
    Browse the repository at this point in the history
  5. Replace magic-nix-cache-action (#535)

    * Replace magic-nix-cache-action
    
    * Pin nix-community actions
    
    ---------
    
    Co-authored-by: George Stagg <george.stagg@posit.co>
    Hasnep and georgestagg authored May 23, 2025
    Configuration menu
    Copy the full SHA
    73fc0bd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Added libaec (#491)

    * Create rules.mk for libaec
    
    * Create targets.mk for libaec
    
    * Minor tweaks
    
    ---------
    
    Co-authored-by: George Stagg <george.stagg@posit.co>
    dipterix and georgestagg authored May 28, 2025
    Configuration menu
    Copy the full SHA
    a573778 View commit details
    Browse the repository at this point in the history
  2. Add HDF5 1.12.3 (#540)

    * Create rules.mk
    
    * Create targets.mk
    
    * Update rules.mk
    
    * Fixing indent
    
    * Update libs/recipes/hdf5/rules.mk
    
    Co-authored-by: George Stagg <georgestagg@gmail.com>
    
    * Update libs/recipes/hdf5/rules.mk
    
    Co-authored-by: George Stagg <georgestagg@gmail.com>
    
    * Update libs/recipes/hdf5/targets.mk
    
    Co-authored-by: George Stagg <georgestagg@gmail.com>
    
    * Fix hdf5 build
    
    * remove redundant -lz in h5cc
    
    ---------
    
    Co-authored-by: Dipterix Wang <8163576+dipterix@users.noreply.github.com>
    georgestagg and dipterix authored May 28, 2025
    Configuration menu
    Copy the full SHA
    ea05a94 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Add async iterator for streaming worker output (#541)

    * Add async iterator for streaming worker output
    
    * Update NEWS.md
    georgestagg authored May 29, 2025
    Configuration menu
    Copy the full SHA
    ed69aaa View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Expose FS.rename() and FS.analyzePath() (#543)

    * Expose FS.rename() API
    
    * Expose FS.analyzePath() API
    
    * Update NEWS.md
    
    * Ignore DriveFS/FileSystemType type error
    georgestagg authored May 30, 2025
    Configuration menu
    Copy the full SHA
    1e0a06b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Set version 0.5.0

    georgestagg committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    d25b2a0 View commit details
    Browse the repository at this point in the history
Loading