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