Mats Brorsson

Results 11 issues of Mats Brorsson

Can someone here help me interpret this error message when running iwasm with llvm-jit: ``` JIT session error: Symbols not found: [ ceilf ] JIT session error: Failed to materialize...

### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard) - [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues) - [X] Yes, I searched the [documentation](https://chipyard.readthedocs.io/) ### Chipyard Version and Hash...

bug

### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/firesim) - [X] Yes, I searched the [documentation](https://docs.fires.im/en/stable/) ### Feature Description I wonder if there would be interest to support...

enhancement

I have build wasi-sdk for risc-v to use on the [VisionFive2 board ](https://doc-en.rvspace.org/Doc_Center/visionfive_2.html) from StarFive. I have issues with linking C++ programs as the linker insists on undefined references to...

I really like your blog post: https://00f.net/2023/01/04/webassembly-benchmark-2023/ However, you write: "the benchmark ignores the setup/teardown time individual runtimes may have." Can you give some more details on how that is...

### Description I am using docker-desktop v4.29.0. I have the same experience on Windows/WSL and on Linux Ubuntu 22.04. I have created a Wasm image according to instructions here: -...

status/triage
area/engine
version/4.29.0

I need to run spin with the ` --disable-pooling` option because my RISCV64 and Aarch64 boards only have 39 bit virtual addresses and thus cannot make the 6T mmap that...

Did anyone try to build for RISCV64? The regular Make (with TARGET set to `riscv64gc-unknown-linux-gnu`) doesn't work.

I have compiled and installed the wasmtime shim (and wasmedge and wasmer), and I am able to run a wasm module using docker: ``` docker run --rm --runtime io.containerd.runtime.wasmtime.v1 matsbror/serwasm2:0.1...

I am trying to get containerd (through docker) to run wasm-files on my VisionFive 2 board which has a RISCV64 processor. Here are the platform details: ``` $ lsb_release -a...