vincent
vincent
I am trying to organize a table in comparison with other engine of multiple ecosystems . [google sheet](https://docs.google.com/spreadsheets/d/1zFAxaV1Q5F7AY1qC4Pt5PclxfVmM2B8bZLvPGhD4q3E/edit?usp=sharing)
Success hard code launch Wasmedge and execute pure wasm bytecode from integration test. > pure wasm bytecode means not involve any FVM sdk's host functions as below - [ ]...
Continue add Wasmedge into execute flow but catch abort signal behavior from macro. Need clarify how to handle it in the right way.
Finish phase 1 draft version about integrate wasmedge sdk into init, cache, execute flow.
Phase 2 draft version. 1. Modify wasmedge-sys binding, pass external data ptr to host functions. 2. Breakup macro binding code to normal trait.
### Below is the test flow for phase 1 & 2 commits both. - [code base](https://github.com/second-state/filecoin-wasmedge/tree/porting-wasmedge) - phase 1 : 8ab3e9a538e95900a0862d8e17a6f2d23f2ee31c - phase 2 : 13adbd7c205211b97017360189ef6a7f4dee1bfc 1. build Wasmedge first...
Reorganize issue info [here](https://github.com/second-state/filecoin-wasmedge/issues/1). And move some info as guideline put into [wiki](https://github.com/second-state/filecoin-wasmedge/wiki) page.
For reference: The evm version will directly modify the immutable data on deployed bytecode in constructor. Simple test case ```solidity object "a" { code { let memPtr := mload(64) codecopy(memPtr,...
Consider to add immutable field as a string type placeholder on data section and embedded into deployed bytecode. All loadimmutable ops are corresponding to the convert data placeholder into [value...
I saw some guy use accessmenubarapps and hidden at the same time achieve this feature. (Setup two applications with the same hotkey). But this combination not always work perfectly.