Replies: 1 comment
-
cc @syrusakbary |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're building a
Vite
based node app, and trying to setup a basicWebAssembly
instance which depends onwasi_snapshot_preview1
.Most of the docs and examples show that the
WASI
object should have awasiImport
prop that can be used to satisfy this dependency when instantiating viaWebAssembly.instantiateStreaming
.e.g.:
with the following
@wasmer/wasi
package import:the following code:
gives us this error:
Our
package-lock.json
shows that we are using the following@wasmer/wasi
version:How are we supposed to provide the
wasi_snapshot_preview1
dependencies please?Beta Was this translation helpful? Give feedback.
All reactions