We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c4f6d commit 405f355Copy full SHA for 405f355
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
@@ -396,7 +396,7 @@ def proxy_wasm_cpp_host_repositories():
396
-e 's/\\[wasm_/\\[wasmtime_wasm_/g' \
397
-e 's/wasmtime_config_wasm_/wasmtime_config_wasmtime_wasm_/g' \
398
-e 's/(wasm_/(wasmtime_wasm_/g' {} \\;
399
- cat >lib.rs <<EOF
+ cat >src/lib.rs <<EOF
400
pub use wasmtime_c_api;
401
EOF
402
"""],
0 commit comments