We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fba53 commit 8bb61f1Copy full SHA for 8bb61f1
2 files changed
bazel/external/wasmtime.BUILD
@@ -32,7 +32,7 @@ cc_library(
32
rust_static_library(
33
name = "wasmtime_lib_staticlib",
34
srcs = [
35
- "lib.rs",
+ "src/lib.rs",
36
],
37
edition = "2021",
38
deps = [
bazel/repositories.bzl
@@ -388,7 +388,7 @@ def proxy_wasm_cpp_host_repositories():
388
-e 's/\\[wasm_/\\[wasmtime_wasm_/g' \
389
-e 's/wasmtime_config_wasm_/wasmtime_config_wasmtime_wasm_/g' \
390
-e 's/(wasm_/(wasmtime_wasm_/g' {} \\;
391
- cat >lib.rs <<EOF
+ cat >src/lib.rs <<EOF
392
pub use wasmtime_c_api;
393
EOF
394
"""],
0 commit comments