You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preview 2 has been available since 2024 and has runtime and language implementations, but workers-wasi only supports Preview 1. Furthermore, the project hasn't been updated since February 14, 2022, meaning it appears to be abandoned.
In this project, when searching for mentions of WASI, I only found the enable_nodejs_wasi_module compatibility flag, which, judging by the description, is a stub:
enableNodeJsWasiModule @132 :Bool
$compatEnableFlag("enable_nodejs_wasi_module")
$compatDisableFlag("disable_nodejs_wasi_module")
$experimental;
# Enables the Node.js non-functional stub wasi module. It is required to use this
# flag with nodejs_compat (or nodejs_compat_v2).
There is nothing in the issues or discussions. In the end: do you have any plans to implement Preview 2 and develop the direction in general?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Preview 2has been available since 2024 and has runtime and language implementations, but workers-wasi only supportsPreview 1. Furthermore, the project hasn't been updated sinceFebruary 14, 2022, meaning it appears to be abandoned.In this project, when searching for mentions of
WASI, I only found theenable_nodejs_wasi_modulecompatibility flag, which, judging by the description, is a stub:There is nothing in the issues or discussions. In the end: do you have any plans to implement
Preview 2and develop the direction in general?Beta Was this translation helpful? Give feedback.
All reactions