David Chisnall
David Chisnall
I can confirm that the version from the above diff works with an Arty A7 100, but the version in the repo does not.
Thanks (hi @tmbinc , it's been a while!), that also works for me.
I tested your diff, not the arty cfg change. I can do the latter this morning.
@radiocom, it's not really clear what the right abstraction is for your use case, without knowing what it is. Generally, anything that has raw access to TCP sockets needs to...
> I'm not sure what you mean by "header" here. If you're talking about a field, then the context field may be what you're looking for. User code passes it...
I've tested this and, with the following diff, am now able to run multiple JavaScript VMs, in different compartments, sharing the same code: ```diff diff --git a/dist-c/microvium.h b/dist-c/microvium.h index 29024d8..1985778...
I think this can be closed now - everything seems to be working nicely for us. Thanks!
Huh, what compiler doesn't default to at least C++14 in 2022? Clang 6.0 defaults to C++14, and it was released in 2018. Is there something in the base system explicitly...
TERM is set to xterm-color256, if this makes a difference.
@extrawurst , what is the value of $TERM for you? I have made very few changes to the default configuration, but the changes I made were 10+ years ago and...