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: amaranth-lang/amaranth-yosys
base: cf453250edb4
Choose a base ref
...
head repository: amaranth-lang/amaranth-yosys
compare: 6bf64efb9475
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 21, 2020

  1. Update wasmtime.

    whitequark committed Jun 21, 2020
    Copy the full SHA
    85ab7a8 View commit details
    Browse the repository at this point in the history
  2. Remove importlib_metadata dependency.

    The consumer of the package can use it just as well as we can, and
    it's one less thing to import at startup.
    whitequark committed Jun 21, 2020
    Copy the full SHA
    8766711 View commit details
    Browse the repository at this point in the history
  3. [skip ci] Remove the installed shared directory before copying over.

    This helps to avoid stray files in repeated local builds.
    whitequark committed Jun 21, 2020
    Copy the full SHA
    db4407f View commit details
    Browse the repository at this point in the history
  4. Update wasmtime.

    Wasmtime 0.17 seems to have broken argv, and wasmtime 0.18 seems to
    have broken exit(), but at least it works better.
    whitequark committed Jun 21, 2020
    Copy the full SHA
    53292cb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Update default branch name.

    To match YoWASP.
    whitequark committed Jun 24, 2020
    Copy the full SHA
    deecf79 View commit details
    Browse the repository at this point in the history
  2. Handle the WASI exit trap.

    whitequark committed Jun 24, 2020
    Copy the full SHA
    6bf64ef View commit details
    Browse the repository at this point in the history