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
In vm-imports we are allowing all WASI imports to function. However since the overlay node is now also in TS we need to restrict the amount the overlay node can do.
In vm-imports.ts:
getImports(wasiImports: object): WebAssembly.Imports{return{// TODO: Data requests should not have this many imports// we should restrict it to only a few
...wasiImports,
The text was updated successfully, but these errors were encountered:
🔧 Chore
In vm-imports we are allowing all WASI imports to function. However since the overlay node is now also in TS we need to restrict the amount the overlay node can do.
In vm-imports.ts:
The text was updated successfully, but these errors were encountered: