Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Move basic FFI glue to 'medea-jason' crate (#197, #182)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa authored May 4, 2021
1 parent e01d09c commit 0d89029
Show file tree
Hide file tree
Showing 102 changed files with 2,788 additions and 1,076 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ indent_size = 4
indent_style = space
indent_size = 2

[*.{c,h}]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jobs:
- name: Compile shared object
run: make cargo.build crate=medea-jason platform=android targets=x86
args="--features mockable"

- uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down
Loading

0 comments on commit 0d89029

Please sign in to comment.