Describe the bug
Could not run wasmer/edgejs use the latest wasmer cli
C:\Users\admin\code\other\omni-gen>wasmer --version
wasmer 7.4.2
C:\Users\admin\code\other\omni-gen>
C:\Users\admin\code\other\omni-gen>wasmer run wasmer/edgejs
error: Spawn failed
╰─▶ 1: Failed to create the instance - Error while importing "napi_extension_wasmer_v0"."unofficial_napi_configure_runtime": unknown import. Expected Function(FunctionType { params: [I32], results: [I32] })
C:\Users\admin\code\other\omni-gen>wasmer run wasmer/edgejs-quickjs
Welcome to Edge.js 0.0.0-0680398 (Node.js v24.13.2).
Type ".help" for more information.
> .exit
C:\Users\admin\code\other\omni-gen>
Steps to reproduce
Expected behavior
No errors when running wasmer run wasmer/edgejs
Actual behavior
> wasmer run wasmer/edgejs
error: Spawn failed
╰─▶ 1: Failed to create the instance - Error while importing "napi_extension_wasmer_v0"."unofficial_napi_configure_runtime": unknown import. Expected Function(FunctionType { params: [I32], results: [I32] })
Additional context
n.a.
Describe the bug
Could not run
wasmer/edgejsuse the latest wasmer cliSteps to reproduce
Expected behavior
No errors when running
wasmer run wasmer/edgejsActual behavior
Additional context
n.a.