Skip to content

Commit 63cb9c1

Browse files
authored
Fix references to prefix_wasm_api (#420)
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 3212034 commit 63cb9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/external/wasmtime.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ genrule(
2121
"crates/c-api/include/wasm.h",
2222
],
2323
outs = [
24-
"include/prefixed_wasm.h",
24+
"crates/c-api/include/prefixed_wasm.h",
2525
],
2626
cmd = """
2727
sed -e 's/\\ wasm_/\\ wasmtime_wasm_/g' \

0 commit comments

Comments
 (0)