Skip to content

Commit

Permalink
chore: expose sync feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Aug 23, 2023
1 parent fe39245 commit 1a84c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wasm-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ default = ["wat", "error-logging"]
wat = ["wasmtime/wat", "wasm-bridge-js/wat"]
component-model = ["wasmtime/component-model", "wasm-bridge-macros", "wasm-bridge-js/component-model"]
async = ["wasmtime/async", "async-trait", "wasm-bridge-macros/async", "wasm-bridge-js/async"]
sync = ["wasmtime-wasi/async"]
wasi = ["wasmtime-wasi", "wasm-bridge-js/wasi", "async"]
error-logging = ["wasm-bridge-js/error-logging"]

0 comments on commit 1a84c76

Please sign in to comment.