Daníel Grétarsson
Daníel Grétarsson
**Library name:** ETLCPP **Library description:** ETLCPP is an extension of the STL targeted on embedded and constricted environments where e.g. heap allocation is not feasible. This library is already supported...
## Expected Behavior I have an FSM that has dependencies of classes that are declared final. ## Actual Behavior The program can't be compiled because SML tries to inherit from...
I couldn't find any discussion from a quick search in the issues, but have you considered collecting a result from a range into a `std::array`? I understand it's not currently...
## Expected Behavior Output of failed test to point to the failed assert in mytest.cpp ``` in: /.../mytest.cpp:11 - test condition: [(3 > 0 and 41 == 42)] ``` ##...
I'm unable to use `wasm_bindgen(module="...") to call JS functions from Rust. I updated the [example](https://github.com/dingari/vite-plugin-wasm-pack/tree/example-with-module-function/example) with a simple demo. This is the error I get: ```shell Failed to resolve import...
An FSM with a nested sub-state declared as a `struct` will not correctly transition using the `any` state feature (#602 ) I've been scratching my head for hours trying to...