Dreagonmon

Results 2 comments of Dreagonmon

Using clang without wasi-sdk, compiling C to wasm, I got the same problems. After changing the return type to int32_t, and & 0b1, it works temporarily as expected. ```c WASM_IMPORT("btnp")...

This is a python client to read telemetry values from shared memory. [https://github.com/Dreagonmon/truck_telemetry](https://github.com/Dreagonmon/truck_telemetry)