Skip to content

Commit 2a4f434

Browse files
committed
Point to vtune enabled version of wasmtime
1 parent 3471fbb commit 2a4f434

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

bazel/external/wasm-c-api.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ cc_library(
1111
],
1212
include_prefix = "wasmtime",
1313
deps = [
14-
"@com_github_bytecodealliance_wasmtime//:rust_c_api",
14+
"@com_github_jlb6740_wasmtime//:rust_c_api",
1515
],
1616
)

bazel/repositories.bzl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,16 @@ def proxy_wasm_cpp_host_repositories():
5757
)
5858

5959
http_archive(
60-
name = "com_github_bytecodealliance_wasmtime",
60+
#name = "com_github_bytecodealliance_wasmtime",
61+
name = "com_github_jlb6740_wasmtime",
6162
build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD",
6263
# sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
63-
sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854",
64-
strip_prefix = "wasmtime-0.29.0",
65-
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz",
64+
#sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854",
65+
sha256 = "0086c5c8b662f2560661f81b02eff53da41782c5d9c7d8b404f1a5b627fb0f39",
66+
#strip_prefix = "wasmtime-0.29.0",
67+
strip_prefix = "wasmtime-2",
68+
#url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz",
69+
url = "https://github.com/jlb6740/wasmtime/archive/refs/tags/v2.tar.gz",
6670
)
6771

6872
http_archive(

0 commit comments

Comments
 (0)