Manos Pitsidianakis
Manos Pitsidianakis
PR #3057 changes the `Artifact` type to an enum in order to work with `staticlib`-like artifacts. This is not optimal since the two enum variants share most of their fields...
Fixes #2334 # Review - [x] Add functional test for this **(important!)** - [x] Add a short description of the change to the CHANGELOG.md file
Instead of relying to local availability of `curl` or `wget`, ship a small binary that downloads `wasmer` and `wapm` with HTTP requests included.
Python standard library already includes a topological sorter: https://docs.python.org/3/library/graphlib.html We don't need a third party dependency in `scripts/publish.py`.
Add a memory arena allocator for Instances for faster instantiation.
``` failures: ---- traps::trap_display_pretty::singlepass::universal stdout ---- thread 'traps::trap_display_pretty::singlepass::universal' panicked at 'assertion failed: `(left == right)` left: `"RuntimeError: unreachable\n at die (m[0]:0x23)\n at (m[1]:0x27)\n at foo (m[2]:0x2c)\n at (m[3]:0x31)\n at die...
Parsing a specific invalid pdf produces this exception. Searching for it led me [to this stackoverflow question](https://stackoverflow.com/questions/40158637/struct-error-unpack-requires-a-string-argument-of-length-16) that resulted in this pull request to the unmaintained pdfminer https://github.com/euske/pdfminer/pull/159 Looking at...