We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3212034 commit 63cb9c1Copy full SHA for 63cb9c1
bazel/external/wasmtime.BUILD
@@ -21,7 +21,7 @@ genrule(
21
"crates/c-api/include/wasm.h",
22
],
23
outs = [
24
- "include/prefixed_wasm.h",
+ "crates/c-api/include/prefixed_wasm.h",
25
26
cmd = """
27
sed -e 's/\\ wasm_/\\ wasmtime_wasm_/g' \
0 commit comments