-
-
**Feature Proposed**
I'd like to see a C library and/or a protocol description to integrate foreign clients.
**Use Case**
I'd like to directly connect to `rathole` from platforms where I can'…
-
Is this framework runs on pure java or any JNI stuff wrapper ?
We all know with MobiDevelop RoboVM with Libgdx we can run
Java apps.
But will this framework works accross these platforms ?
And …
-
```zig
fn square(num: i32) i32 {
return num * num;
}
export const vector = []usize {
@ptrToInt(square),
};
```
gives error: unable to evaluate constant expression
This works how…
-
Why?
* We need to provide some way to visualise actors and communicate state
* Can we optimise thread usage?
* can we integrate API commands and actor messages or do we need separate sockets for …
-
Hi,
Could some one please be clear on the current level of support offered by `tinygo` for the `net/http` package when building for a `wasm` target, but where the `wasm` binary will be executed in …
-
Subscribe to this issue and stay notified about new [weekly trending repos in Zig](https://github.com/trending/zig?since=weekly).
-
I was handcrafting some svd (yaml) and early on ran into a generator issue.
To reproduce run the following in an empty directory:
```sh
cargo init simple_bit_field_failure \
&& cd simple_bit_fi…
-
# MSP430 Timer Module - Ryan Fleck
MSP430F5529LP? Texas Instruments’ Launchpad Microcontrollers are used in UOE Racing’s electric car projects. UOE’s entry for the Shell Eco-Marathon competition reli…
-
Hello,
In [this implementation](https://git.microjoe.org/MicroJoe/emilly/tree/src/translate.rs) I manage to operate very basic gcode transformation such as translation. I am thinking of implementin…