hermit icon indicating copy to clipboard operation
hermit copied to clipboard

Actually Portable WebAssembly compiler toolchain for self-contained cross-platform binaries

Results 8 hermit issues
Sort by recently updated
recently updated
newest added

* WAMR should support them, but not with fast jit. * With cosmo's `apelink` it should be possible to build both x86_64 and arm64 executables seperately and then link them...

enhancement

Consider the following to improve performance: - adding suggestions from @jart (https://github.com/jart/cosmopolitan/discussions/352#discussioncomment-8210793) so WAMR can build in FastJIT mode on Cosmo. - determine level of effort to add arm64 code...

enhancement

fast interp: ``` gavin@teleporter:~/dev/hermit$ time ./interp-hermit.com -f src/ubuntu/Hermitfile -o interp-ubuntu.hermit.com { "MAP": [ "/" ], "ENV_PWD_IS_HOST_CWD": true, "FROM": "src/ubuntu/ubuntu.wasm" } Unable to make "interp-ubuntu.hermit.com" executable! Due to platform limitations you...

> WALI serves as a thin virtualization layer, providing ISA-portability and robustness to user-space Linux software stacks. We make the following contributions: > > (1) We propose a ISA-agnostic virtualization...

I am opening this issue to discuss possible performance improvements that can be brought to Hermit CLI. Measurements below are based on PR #23 : the throughput of `hermit.com` is...

WAMR now has support without uvwasi: https://github.com/bytecodealliance/wasm-micro-runtime/commit/9b8fe049b3b7fb5b372513e9c35cd8f837e62226

enhancement

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies