Skip to content

Commit

Permalink
feat(engine): add WasmRuntimeExecutor for attributes (#636)
Browse files Browse the repository at this point in the history
* feat(engine): add WasmRuntimeExecutor for attributes

* feat(engine):fix the integration test for WasmRuntimeExecutor

* chore(engine): add steps to install python in ci_engine.yml

* fix(engine): resolve conflicts

* chore(engine): update readme

* chore(engine): update Dockerfile to install python for cli and worker

* fix(engine): cache the binary in memory

---------

Co-authored-by: Yuji Mise <[email protected]>
  • Loading branch information
soma00333 and miseyu authored Nov 24, 2024
1 parent fcf3755 commit 46ee932
Show file tree
Hide file tree
Showing 22 changed files with 2,170 additions and 57 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: taplo-cli,cargo-make
- name: Install Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install py2wasm
run: |
python -m pip install --upgrade pip
pip install py2wasm
- name: check
run: cargo make check
- name: rustfmt
Expand Down
Loading

0 comments on commit 46ee932

Please sign in to comment.