Skip to content

Commit

Permalink
feat(component): wip component model support
Browse files Browse the repository at this point in the history
- upgrade to wasmtime>=13, wasmtime_wasi>=13
- the component model necessitated splitting the adapter setup into two parts:
  first creating the adapter so it can be associated with the state, then telling
  the linker how to get from the incoming state to the adapter. WASI also has this
  split.
- change the c bindings in observe-api:
  1. "_" is an illegal character! switch to "-".
  2. change the module name from "dylibso_observe" to "dylibso:observe/api"
  • Loading branch information
chrisdickinson committed Oct 4, 2023
1 parent 8fffa22 commit deb3e97
Show file tree
Hide file tree
Showing 16 changed files with 1,163 additions and 360 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features

- name: Run basic example
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit deb3e97

Please sign in to comment.