-
I think it shouldn't be too difficult to add some rudimentary support for add-on modules, that work the same way as kernel modules on Linux:
- Adding/removing the module (i.e. C++ written mod) would b…
-
### Suggestion
when writing libraries, I use types from `windows-sys` for public APIs, since I usually just make simple wrappers around the native API so no need for the convenient features of the `w…
-
If Teal is to Lua as Typescript is to Javascript, `.tl` is to `.ts`, `.d.tl` is to `.d.ts`, but what is the Teal equivalent of `.tsx`?
[`txs` files](https://www.typescriptlang.org/docs/handbook/jsx…
-
Hello,
What dependencies are required on Linux for the game engine, e.g. SDL2, glfw, audio libs, etc?
I've successfully compiled Lobster on Nixos in a development shell, although I'm not sure if…
-
Nim v2 is on the horizon which presents a unique backwards compatibility opportunity. The original plan for v2 was to simply change the gc to be `orc` by default but I think we can be more ambitious.
…
dom96 updated
11 months ago
-
### Summary
Is it possible to compile WASM code (either directly in the resulting executable or through bindings) that can call Windows library functions? If not, why not and will this ever happen/…
-
# [RFC] Separation of Guest and Provider SDKs
## Summary
This Request for Comment is soliciting feedback on the plan for separating the wasmCloud guest and provider SDKs. The suggested changes wou…
-
Hello! Thank you for your work on this, it's been really nice to use so far. I'm building an app with Tauri and trying to get a universal build going on an M1 Mac, and hit an error during linking.
…
-
## Description
When multiple validation issues are present in a document, all of the `StructuredError` objects returned by `validate_document` or `validate_file` are the exact same object in memory.
…
-
TaskChampion now has a [C interface](https://github.com/taskchampion/taskchampion/pull/332) via Rust FFI.
The next step is to integrate this into Taskwarrior:
* Link with TaskChampion
* Wrap th…