Johnnie Birch

Results 15 issues of Johnnie Birch

Hi ... I am not sure I need to use this crate. I am trying to build a rust based static library to link with a RTOS embedded application. Unfortunately...

Hi @Kagami .. there is a build failure out of the box. Either make test or make all. Seems src/lib.c is not being linked in? With make test: > ~/dav1d.js_again$...

This github action allows performance testing using sightglass. The action is triggered either via a workflow dispatch or with the comment '/bench_x64', in a pull request. Once triggered the action...

Hi .. Enabling exceptions for WASM seems to conflict with an -fno-exceptions flag being used by emscripten during linking. For example, if I add a try and catch in the...

I was having a discussion @arunetm and it was brought up that issues around discovery would be an important solve as relaxed-simd progressed. Obviously the wasm virtual machine needs to...

root@4722daa600d1:/sightglass# /sightglass/target/release/sightglass-cli benchmark --processes=3 --engine /sightglass/engines/wasmtime/libengine.so --raw --output-format csv --output-file /sightglass/benchmarks//results//image-classification_wasm_results.csv -- /sightglass/benchmarks/image-classification/image-classification-benchmark.wasm failed to instantiate Caused by: unknown import: `wasi_ephemeral_nn::load` has not been defined thread 'main' panicked at 'assertion...

Can't remember now what problem prompted the creation of this issue #239 but this patch is to remove the nightly requirement for cargo building and running of benchmarks.