Jason Beetham
Jason Beetham
Well importing `int128` now works but there is another related issue ```c typedef struct WasmEdge_Value { uint128_t Value; enum WasmEdge_ValType Type; } WasmEdge_Value; ``` `sizeof(WasmEdge_Value)` on C is `32` but...
> Error messages that teach you how Nim actually works are not bad I find this sentiment a bit dubious as it's not teaching one how Nim works, it's more...
You could use `--listCmd` to see the call to your C compiler and see if anything doesn't make sense.
Yea I've noticed that
I'm uncertain how that module would help.
Yea I agree that the D approach is better, although I think something that lets you tell the style of the value would be better(immutable error being yellow and the...
Now on parity with my original PR, though I think I'm proceeding to still require changing a lot of the compiler to have the `'` and `''` in the error...
Just want to update that I am continuing this in a different branch, but with manual highlighting as I and Clyybber feel it's more beneficial, although for more work. Using...
I probably should :sweat_smile: the second method although more helpful is also much more to maintain and add to, so I sorta agree this method is the "better" one just...
Well hopefully all the tests pass now, but dont know with the colouring here due to hastily fixing the crashing, the required type probably shouldnt be quoted :smile: 