Manos Pitsidianakis
Manos Pitsidianakis
Propagating the option makes sense to me. We're redesigning the API for the next major release, 3.0, at the moment. So we will take this into consideration, thanks for writing...
Tracked in #2925
Actually keeping this open because it might get lost in #2925. But it depends on it.
Unfortunately we don't have the resources to handle such a feature right now. We're open to collaborating with someone from the community if someone is open on working on it....
@silwol once #2973 is merged you can start a draft PR against the `context_api` branch in `lib/c-api`
Couldn't reproduce this on arch64/M1. Will try on amd64 next.
Closed by https://github.com/wasmerio/wasmer/pull/3126
Closed/implemented in #3101 Analyzed compiled `./tests/wasi-wast/wasi/snapshot1/hello.wasm` with `hello` binary with full `libwasmer.a`: (52.2% or 8.65MiB is text) ```shell % bloaty hello-full FILE SIZE VM SIZE -------------- -------------- 52.2% 8.65Mi 52.1%...
Centos with 3.10 kernel is also from 2014.
Closing this, I was able to create a hello world executable using `master`: ```shell manos ~/wasmer % package/bin/wasmer create-exe ./tests/wasi-wast/wasi/snapshot1/hello.wasm -o hello Compiler: cranelift Target: aarch64-apple-darwin Format: Symbols Using libwasmer...