einstein07 / Computer-of-Things

Computer-Of-Things is a project aimed at creating a distributed processing framework, utilizing the portability of WebAssembly (WASM). This repository consists of various components that make up Computer-of-Things, with each component living in a respectively named root subdirectory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operation Response [As Matrix Response]

einstein07 opened this issue · comments

A matrix 2D multiplication operation request is created. A response thereof follows - as per the main file under /src.
However, the matrix operation response seems to contain an empty matrix - i.e. when queried the number of rows and columns seems to be 0.