jcaesar
jcaesar
>albeit not (yet) flagged by cargo audit. Emphasis on [yet](https://github.com/rustsec/advisory-db/pull/1214). Not sure if recommended, but a replacement is [`comfy-table`](https://github.com/Nukesor/comfy-table).
So you would like for https://github.com/wasmerio/wasmer/blame/704d93530c11fbd2ee8ec772e98a635f8d9f481d/README.md#L65 to be updated?
Time deadlines aren't supported, but you can do a weighted instruction count and abort if that goes over some limit: https://github.com/wasmerio/wasmer/blob/master/examples/metering.rs#L51= Since the count is only tracked/checked per basic block,...
I guess this would need some kind of wrapper (script), as just adding `:wasm:M::\x00asm\x01\x00\x00::/usr/bin/wasmer:` (to `/usr/lib/binfmt.d/wasm.conf` for systemd-binfmt) only works correctly if you don't pass any arguments. [Edit:] I currently...
Could, but I learned some new stuff and now I kind-of don't want to, the way it is currently. * I'd like to support passing arguments like `--dir` (probably from...
(Experimented a bit. binfmt-interpreting wasm files in docker containers is definitely doable: https://github.com/jcaesar/universal-docker-containers#experiment And of course I'm not the first person to have [this idea](https://github.com/bytecodealliance/wasmtime/issues/196#issuecomment-577747819).)
> It depends how complex that is, but I'm not against neither. Not awfully complex, but it'll stay relatively nasty for UX in some edge cases: binaries may be named...
> From what I see, there is nothing that would allow you to know that you're currently being run as a binfmt-interpreter or not. Correction: If you hardlink or copy,...
@lilianmoraru Doing the registering in the startup script would now be [relatively easy](https://github.com/wasmerio/wasmer/pull/2499#issuecomment-893957658). But I have one conceptual problem with it: The install script installs wasmer for one user, who...
I am mostly done with this PR, but I do have some questions left - I'm unsure whether I should or should not build the static library libmecab through the...