Skip to content

Commit

Permalink
refactor: replace deno_bindgen ffi with v8 Extension ffi (#481)
Browse files Browse the repository at this point in the history
What's pending:

- [x] Replace usage and make sure tests run successfully
- [x] Remove old binding code

Note: this PR a stacked diff on top of #466 i.e. not on top of the main
branch. Retarget it before merging.
  • Loading branch information
Yohe-Am authored Nov 6, 2023
1 parent 467e889 commit 9c44b35
Show file tree
Hide file tree
Showing 40 changed files with 2,782 additions and 1,692 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
JCO_VERSION: "0.12.1"
WASMEDGE_VERSION: "0.12.1"
RUST_BACKTRACE: "full"
RUST_LOG: "info,swc_ecma_codegen=off,tracing::span=off"

jobs:
changes:
Expand Down Expand Up @@ -395,7 +396,9 @@ jobs:
source .venv/bin/activate
cd typegraph/python
poetry install --sync
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $WASMEDGE_VERSION
cd ../..
export LD_LIBRARY_PATH="$HOME/.wasmedge/lib:$LD_LIBRARY_PATH"
cargo test --locked --exclude meta-cli --exclude native --exclude typegraph_core --workspace
test-docker:
Expand Down
Loading

0 comments on commit 9c44b35

Please sign in to comment.