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
Right now we are using await fs.readFile for reading the modules content. However, that API will never work in a browser.
We need to move back to the new URL(base, imports.meta....) to make sure the code is usable in both the browser and servers
The text was updated successfully, but these errors were encountered:
syrusakbary
changed the title
Right now we
Bindings/Commands not compatible with the browser
Nov 18, 2022
@SadraMoh sorry, I don't believe there is a workaround for this - you would need to fix the underlying code. Unfortunately, I no longer work at Wasmer and don't believe this project is being actively worked on by the Wasmer team.
Right now we are using
await fs.readFile
for reading the modules content. However, that API will never work in a browser.We need to move back to the
new URL(base, imports.meta....)
to make sure the code is usable in both the browser and serversThe text was updated successfully, but these errors were encountered: