Piotr Sikora

Results 51 issues of Piotr Sikora

Bazel has a decent support for building for a different target platforms (CPU/OS), but it's missing official toolchains to make it really easy for the end users to cross-compile. Luckily...

This is a regression when using `rules_foreign_cc` with Bazel v5.0.0 (which for some reason uses `lld` in the generate step), and it works fine with Bazel v4.2.2 (which uses `ld.gold`...

Can Close?

Broken in #1298. Fixes #1330. Signed-off-by: Piotr Sikora

`--@rules_rust//:extra_rustc_flags` (nor `--@rules_rust//:extra_exec_rustc_flags` for that matter) are not propagated to cargo build scripts, so they are missing from `CARGO_ENCODED_RUSTFLAGS`, which can result in failed feature detection. I expect that `extra_exec_rustc_flags`...

bug

Signed-off-by: Piotr Sikora

The current version of the ABI defines generic `proxy_on_context_create()` and `proxy_on_context_finalize()` functions which are used for VM and plugin lifecycle, as well as for per-stream lifecycle, which makes `"context"` a...

Add support for compiling to WebAssembly using Emscripten. Tested with ./configure: CHOST=wasm32 emconfigure ./configure --static make and CMake: emcmake cmake . -DCMAKE_C_COMPILER_TARGET=wasm32 -DBUILD_SHARED_LIBS=OFF cmake --build . Signed-off-by: Piotr Sikora

enhancement
Rebase needed
Continuous Integration
Build Env
Changes Requested

Fixes #15. Signed-off-by: Piotr Sikora

Issues reported using [V8 issue tracker](https://bugs.chromium.org/p/v8/issues/list): - [ ] [V8 Wasm performance unexpectedly low for emscripten micro benchmarks](https://bugs.chromium.org/p/v8/issues/detail?id=10199) - [X] [Leaky read-only space caught with TCMalloc HEAPCHECK](https://bugs.chromium.org/p/v8/issues/detail?id=9657) - [X] [Increase...