Skip to content

Fix ENOENT/autoexec in wasm build - #451

Open
Jonty wants to merge 1 commit into
mainfrom
fix_autoexec_wasm
Open

Fix ENOENT/autoexec in wasm build#451
Jonty wants to merge 1 commit into
mainfrom
fix_autoexec_wasm

Conversation

@Jonty

@Jonty Jonty commented Aug 6, 2026

Copy link
Copy Markdown
Member

Without this the return code for ENOENT in the wasm environment is different than the esp32 build, and the actual named value will also be wrong. MICROPY_USE_INTERNAL_ERRNO now matches the esp32 build, and the named value is used so it works cross-platform.

Without this the return code for ENOENT in the wasm environment is
different than the esp32 build, and the actual named value will also be
wrong. MICROPY_USE_INTERNAL_ERRNO now matches the esp32 build, and the
named value is used so it works cross-platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant