oleid
oleid
Supporting wasm-bindgen would be wonderful! It took me a while to debug the situation and realize this isn't supported . Maybe put a note to the readme?
On that matter, I'm somehow struggling implementing writes. Although I added the functions "open" and "write", I get "Function not implemented" on calling ``` LC_ALL=C dd if=/dev/zero of=test/hello.txt count=1 ```...
So far, I'm using the code from the hello example + open + write. According to strace, open is called (which makes sense) . Thus, I tried to implement it.
@cuviper : right, strace shows the handle _doh_\- how could I forget. Additionally to "3", also tried "0", like the default implementation in the trait. But that also lead to...
You're absolutely right, thanks a lot!
Another option would be using webgpu. That works fine on desktop as well and uses native graphic apis on the corresponding platform, i.e DirectX 12 or Vulkan on windows, vulkan...
Forgot a link: https://github.com/gfx-rs/wgpu-native/blob/master/README.md
Here are benchmarks, which compare this create, fftw and Fourier https://github.com/calebzulawski/fourier/tree/master/fourier-bench
Yesterday, I discovered pest and defined a language to define a graph for some toy project of mine. Writing the grammar was really straight forward, although I never did anything...
Does anyone know, how to make the robot talk to dustcloud? I installed their docker images, registered the robot using the data from `/mnt/default/device.conf` at SERVER_IP:81, however it never connects...