Skip to content

Commit

Permalink
fix: features
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Aug 23, 2023
1 parent 1a84c76 commit 5bd670d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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"]
sync = ["wasmtime-wasi/sync"]
wasi = ["wasmtime-wasi", "wasm-bridge-js/wasi", "async"]
error-logging = ["wasm-bridge-js/error-logging"]

10 changes: 10 additions & 0 deletions recipes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"test-enums": {
"cwd": "tests",
"cmd": [
"sh",
"skeletons/wit_components/run_test.sh",
"enums"
]
}
}

0 comments on commit 5bd670d

Please sign in to comment.