Siddharth Tewari
Siddharth Tewari
So, would anything need to be added or changed really? People could just essentially use this script to add the outdated/experimental warning banner right? But I assume this is very...
Rather than the regex testing for it being a version number we could change it to only add the banner to versions ending with ```dev``` ? That seems like a...
I see, the siteinfo.js file is used to create metadata for the JS to be able to decide things, namely in this case setting: ```var DOCUMENTER_CURRENT_VERSION = "v1.4.2";``` for example....
Hey @hydai I'd like to help with this issue, I'm a newcomer so I'm still navigating the codebase. Could you potentially direct me with respect to where I can start...
Thank you so much!
> Hi @sid-008 > Do you have any updates on this issue? Please update us on the progress every week to meet the policy. Thanks! Hey Hydai, Sure, I will...
# Community Bonding Period [1st May, 2024 to 26th May, 2024] - status update - LLVM coding style has to be followed - [.clang-format](https://github.com/WasmEdge/WasmEdge/blob/master/.clang-format) and [.clang-tidy](https://github.com/WasmEdge/WasmEdge/blob/master/.clang-tidy) - Implementations of coredump...
# Preliminary Analysis of existing Implementations of coredump generation and related tooling - wasmgdb seems to have a future dependency issue with the use of its wasmparser module. > warning:...
# Current Status - WasmEdge can encounter traps under various conditions(See: [Wasm Security model, Traps](https://webassembly.org/docs/security/). - One instruction in particular traps execution unconditionally. This is the [unreachable](https://webassembly.github.io/spec/core/exec/instructions.html#xref-syntax-instructions-syntax-instr-control-mathsf-unreachable) instruction. - Current...
> Hi @sid-008 > It's been a month since the last status update. What's the current progress? Do you need any assistance? Hey hydai sure, I'll post an update shortly...