Evgeny Ukhanov
Evgeny Ukhanov
Is there the best way to interact from LLVM with stdin / stdout /stderr? How to implement it with `inkwell`? For example, I build a standalone executable and want a...
ShouldEqual can't compare same value for custom type Examples: ```Go t := time.Now() So(t, ShouldEqual, t) ``` And: ```Go type test struct { A string } a1 := test{"test"} So(a1,...
For Gas control flow `life` used `AddGas` instruction. From source code it's not clear how it injected to `Wasm` instructions. ``` case opcodes.AddGas: delta := LE.Uint64(frame.Code[frame.IP : frame.IP+8]) ``` where...
It will be great idea to provide README - description, model economic preview, run, testing and HowTo. Main aims, targets and goals. Thanks.
## Description The `semantic-analyzer` accepts `AST` as a data source. It is necessary to add examples of AST implementations as a data source. ### 💜 Purpose - ➡️ `AST` implemented...
## Description Add a separate section with documentation, which should contain: - Detailed design overview - Overview of the library structure - Structural overview of the basic components - Documentation...
# Question In the previous versions (for example v0.41) was trait: ``` /// EVM backend that can apply changes. pub trait ApplyBackend { /// Apply given values and logs at...
## Cancun hard fork implementation As the fork implementation of SpuntiVM for [Aurora](https://github.com/aurora-is-near/), based on `v0.x` branches we relesed new version [V0.42.0-aurora](https://github.com/aurora-is-near/sputnikvm/releases/tag/v0.42.0-aurora). It includes: - full support of `Cancun` hard...
Is it possible embed handlers via ServeMux, for handling all proxy traffic via ServeMux.HandleFunc?
### What did you do? Build SPM package dependencies, which pulled in `Nimble 13.7.1` and `Quick 7.6.2`. CLI Command to reproduce: ``` swift build ``` ### What did you expect...