Skip to content

Commit

Permalink
chore: remove tokio-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
L-jasmine committed Sep 30, 2024
1 parent ab18110 commit 62c5143
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 411 deletions.
9 changes: 8 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[build]
target = "wasm32-wasi"
rustflags = "-C target-feature=+bulk-memory"
rustflags = [
"--cfg",
"wasmedge",
"--cfg",
"tokio_unstable",
"-C",
"target-feature=+bulk-memory",
]

[target.wasm32-wasi]
runner = "wasmedge --dir=.:. "
Loading

0 comments on commit 62c5143

Please sign in to comment.