Closed linh2931 closed 1 year ago
This is one of work items identified in https://github.com/eosnetworkfoundation/product/issues/149 for https://github.com/eosnetworkfoundation/product/pull/161.
In current parallel EOS-VM and EOS-VM-JIT execution, each thread uses a separate WASM interface. This causes several issues:
Single WASM interface is to be used.
I need to simplify the related product initiatives into one.
PRs:
Leap -- https://github.com/AntelopeIO/leap/pull/1549 EOS VM -- https://github.com/AntelopeIO/eos-vm/pull/20
This is one of work items identified in https://github.com/eosnetworkfoundation/product/issues/149 for https://github.com/eosnetworkfoundation/product/pull/161.
In current parallel EOS-VM and EOS-VM-JIT execution, each thread uses a separate WASM interface. This causes several issues:
Single WASM interface is to be used.