Skip to content

Commit e316453

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 56b45a9 commit e316453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/content/en/book/04-using-functions/wasm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pipeline:
4747
kpt fn render my-package --allow-alpha-wasm
4848
```
4949

50-
kpt will detect the function as WASM if the OCI image has a `js/wasm` platform manifest.
50+
When you use `--allow-alpha-wasm`, kpt treats the `image:` as a WASM image and requires the OCI image to include a `js/wasm` platform manifest; if it does not, the command will fail.
5151

5252
### With `fn eval`
5353

0 commit comments

Comments
 (0)