Christof Petig

Results 27 comments of Christof Petig

Hi Jakub, given the easy implementation of SHAPE (returns the shape of another tensor) this will most likely not be the most difficult issue. But I suspect that a network...

Hi Jakub, I fear that the 2 in my mobilenet example file name is just to indicate the second variant (compiled vs interpreted) and the model in use is MobileNet_v1_0.25_160_quant...

I just started investigating tracy live-data display in the browser and have a prototype at https://github.com/cpetig/tracy which already connects but then stops - requiring a websocket redirection, e.g. by websocat...

I really like the idea of a p1 binary with p2 imports as all the old tools (wabt, wamr) continue to work on it. And since p1 likely doesn't support...

As a related topic I really miss a way to express size_t in WIT/WASI, e.g. like "(un)signed-pointer" or "sptr" mapping to i32 or i64 depending on the target architecture. A...

In the meantime I learned that there are architectures where `intptr_t` and `size_t` have different size, but that might be out of scope for WIT, even though I wouldn't mind...

I just found Luke proposing `idxtype` from the memory64 spec in 2022 at https://github.com/WebAssembly/component-model/issues/22#issuecomment-1097203394 - so perhaps this name could become consensus.