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: bytecodealliance/ComponentizeJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bytecodealliance/ComponentizeJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: runtime-arguments
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 21, 2025

  1. Support passing arguments to the StarlingMonkey runtime

    StarlingMonkey supports a growing number of arguments in addition to the filename of the script to run. This commit adds support for passing those arguments through when componentizing.
    
    I think it'll eventually make sense to expose some of these arguments more explicitly, but providing this option allows us to evolve the interfaces separately, similar to how e.g. clang supports passing linker arguments, or cargo supports passing rustc arguments.
    tschneidereit authored and Guy Bedford committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    35b5503 View commit details
    Browse the repository at this point in the history
  2. tweaks

    Guy Bedford committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    dd15578 View commit details
    Browse the repository at this point in the history
  3. readme fix

    Guy Bedford committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    b60a130 View commit details
    Browse the repository at this point in the history
Loading