Host function gas cost (#5488)

* Update Wamr to 2.3.1
* Add gas cost per host-function
* Fix windows build
* Fix wasm test
* Add no import test
This commit is contained in:
Olek
2025-06-12 15:54:49 -04:00
committed by GitHub
parent 6e8a5f0f4e
commit 51a9c0ff59
10 changed files with 516 additions and 403 deletions

View File

@@ -408,7 +408,7 @@ jobs:
conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default
conan export external/snappy snappy/1.1.10@
conan export external/soci soci/4.0.3@
conan export -k external/wamr wamr/2.2.0@
conan export external/wamr wamr/2.3.1@
- name: build dependencies
run: |