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
aWsm has added support for modules outside of the WASI spec. For example, modules that do not use the linear memory. However, SLEdge seems to be more opinionated around WASI, and it is unclear to me if supporting non-WASI WebAssembly targets has any particular value.
Our documentation should clarify our assumptions around WASI symbols. We should also validate these symbols during dlopen at runtime startup.
The text was updated successfully, but these errors were encountered:
aWsm has added support for modules outside of the WASI spec. For example, modules that do not use the linear memory. However, SLEdge seems to be more opinionated around WASI, and it is unclear to me if supporting non-WASI WebAssembly targets has any particular value.
Our documentation should clarify our assumptions around WASI symbols. We should also validate these symbols during dlopen at runtime startup.
The text was updated successfully, but these errors were encountered: