Skip to content

Commit

Permalink
Fix references to prefix_wasm_api
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
  • Loading branch information
keithmattix committed Sep 26, 2024
1 parent 0699c05 commit e652581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/external/wasmtime.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ genrule(
"crates/c-api/include/wasm.h",
],
outs = [
"include/prefixed_wasm.h",
"crates/c-api/include/prefixed_wasm.h",
],
cmd = """
sed -e 's/\\ wasm_/\\ wasmtime_wasm_/g' \
Expand Down

0 comments on commit e652581

Please sign in to comment.