Christof Petig
Christof Petig
I understand that from a contract design standpoint a lower bound makes sense, but I can't come up with a practical example where it would be beneficial. @badeend Do you...
A recent discussion of this happened in https://github.com/WebAssembly/component-model/issues/369
As this came up today as one of the helpful features for interfacing with existing C/++ code, I would like to bring up the question of the intended WIT syntax...
> This feature is also needed when implementing some protocols. > > It is not up to me to decide what the enumeration value is, but to follow the existing...
> Can we split enums and constants into two issues, discuss them separately, and set up feature-gates separately? > > I realize that they are very different, and we should...
PPS: I now got it, I never really realized that the title mentions both types, do you feel that this solution isn't suitable for both?
Please run cargo update before compiling teloren because the referenced veloren version from the last teloren check-in is outdated after one week.
I have a newer version at https://github.com/cpetig/wit-bindgen/tree/work-in-progress which tests more in depth and also supports C++, I need to separate and clean up that one and then push it here...
Also this requires https://github.com/bytecodealliance/wasmtime/pull/10619 , and a very recent version of wasm-component-ld for the tests to pass.
MISRA only covers up to C++17, so within automotive this version is a reasonable default. 🕸️ I have never seen anyone using neither modules nor concepts in the industry, C++14...