Skip to content

Commit

Permalink
- upgrade to wasmtime>=13, wasmtime_wasi>=13
Browse files Browse the repository at this point in the history
- 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 d999b0d
Show file tree
Hide file tree
Showing 15 changed files with 1,160 additions and 362 deletions.
683 changes: 342 additions & 341 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = [ "rust" ]
exclude = [ "observe-api/rust", "observe-api/test/rust" ]
exclude = [ "observe-api/rust", "observe-api/test/rust", "corpus/" ]
Loading

0 comments on commit d999b0d

Please sign in to comment.