Skip to content

Commit 318480e

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

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+
With `--allow-alpha-wasm`, kpt will pull the `js/wasm` platform manifest and run the function as WASM, so the image must publish that platform.
5151

5252
### With `fn eval`
5353

0 commit comments

Comments
 (0)