Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: refine WebAssembly error documentation
Co-authored-by: Marco Ippolito <[email protected]>
  • Loading branch information
Han5991 and marco-ippolito authored Jan 15, 2026
commit f689364dd97bf0b47f7b39cf35d4857ed03152a1
2 changes: 1 addition & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ The WASI instance has not been started.

A feature requiring WebAssembly was used, but WebAssembly is not supported or
has been disabled in the current environment (for example, when running with
`--jitless`). The error message specifies which feature requires WebAssembly.
`--jitless`).

<a id="ERR_WEBASSEMBLY_RESPONSE"></a>

Expand Down
Loading