This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Propose to provide an FVM implementation based on WasmEdge #1
Labels
enhancement
New feature or request
The goal of this project is to pass all test cases list in the wiki/test-bench. The roadmap to achieve this goal is broken into multiple stages.
Roadmap / Check List
pass hello-world test case (the one of integration tests) but simplify it without the need for binding any host functions.
8ab3e9a
Follow the build and run single test in tutorial, you can get the log as below
vm.abort()
)Follow the build and run single test steps in tutorial, you can get the log as below
unreachable
byte code (need workaround)The text was updated successfully, but these errors were encountered: