Skip to content

Commit

Permalink
feat: rewrite to use Deno FFI (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy authored Jan 26, 2022
1 parent fdfc6e1 commit a91588e
Show file tree
Hide file tree
Showing 34 changed files with 392 additions and 1,175 deletions.
2 changes: 0 additions & 2 deletions .cargo/config

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

- name: Remove Some Cache
if: matrix.os == 'windows-latest'
run: |
rm target/release/gn_root -Recurse -ErrorAction Ignore
rm target/debug/gn_root -Recurse -ErrorAction Ignore
- name: Install webkit2gtk
if: matrix.os == 'ubuntu-latest'
run: |
Expand All @@ -83,3 +77,4 @@ jobs:
target/release/libwebview_deno.dylib
target/release/libwebview_deno.so
target/release/webview_deno.dll
target/release/Webview2Loader.dll
Loading

0 comments on commit a91588e

Please sign in to comment.