Skip to content

Commit

Permalink
enable llvm-jit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us committed Feb 19, 2024
1 parent 51e9434 commit 81c77d7
Show file tree
Hide file tree
Showing 11 changed files with 1,826 additions and 36 deletions.
4 changes: 2 additions & 2 deletions language-bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "Apache-2.0 WITH LLVM-exception"
wamr-sys = { path = "crates/wamr-sys", version = "0.1.0" }

[workspace]
members = ["crates/wamr-sys"]
exclude = ["examples/wasi-hello", "resources/test/hello"]
members = ["crates/wamr-sys", ]
exclude = ["examples/wasi-hello", "resources/test/gcd", "resources/test/add-extra"]
Loading

0 comments on commit 81c77d7

Please sign in to comment.