Results 28 issues of Sebastian Urban

This allows selection of any Cargo profile, including ones that are user-defined.

Would it be possible to publish a new release to crates.io in the near future?

Per specification EGL is thread-safe. Thus we implement the appropriate traits on its data types.

In Rust function pointers must not be null. If it is null, this causes instant undefined behavior. Thus we now check whether the returned function address is null before creating...

This allows querying the thread id of each worker thread. Additional information, such as native thread id, can be collected using `runtime::Builder::on_thread_start()` and correlated using the thread id. ## Motivation...

R-loom-current-thread
R-loom-multi-thread
R-loom-multi-thread-alt

This counts the number of times a worker was parked and unparked. Thus it is odd if the worker is parked and even if the worker is unparked. ## Motivation...

R-loom-current-thread
R-loom-multi-thread
R-loom-multi-thread-alt

Hi. I have some confusion about what WASIX is for and if it can be useful to me. On the WASIX homepage you write > WASIX comes into play to...

Hi. I was trying to build wasmer-js from source, but it seems the `pirita` repository has been removed, containing the `webc` crate. https://github.com/wasmerio/wasmer-js/blob/845dfd194a6f87d70c29327ce363e9e46c083408/Cargo.toml#L105 https://github.com/wasmerio/wasmer-js/blob/845dfd194a6f87d70c29327ce363e9e46c083408/Cargo.toml#L110 Could you update the repository reference?