Error: Unable to determine the WEBC file's entrypoint
#4636
Answered
by
theduke
shubham0204
asked this question in
Q&A
-
I'm using Wasmer 4.2.8 on Windows 11 (x86-64) to try the
The execution ends with an error,
Is there anything that should be taken care of, or am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
theduke
May 6, 2024
Replies: 1 comment
-
You can choose the entrypoint with the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shubham0204
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can choose the entrypoint with the
-e
flag:wasmer run sqlite/sqlite -e sqlite3