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
Hello @holiccoder! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!
holiccoder
changed the title
got compilation runtime error on when running start command
got compilation runtime error when running pnpm start command (Wasm SIMD unsupported)
Jan 14, 2025
I have same error too: "Wasm SIMD unsupported"
OS version: Ubuntu 22.04.5 LTS
node version: 23.3.0
(node:1175100) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(node:1175100) ExperimentalWarning: CommonJS module /home/eliza/eliza2/node_modules/@3land/listings-sdk/dist/utility/utils.js is loading ES Module /home/eliza/eliza2/node_modules/@3land/listings-sdk/node_modules/node-fetch/src/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
failed to asynchronously prepare wasm: CompileError: WebAssembly.instantiate(): Wasm SIMD unsupported @+59
Aborted(CompileError: WebAssembly.instantiate(): Wasm SIMD unsupported @+59)
/home/eliza/eliza2/node_modules/@primuslabs/zktls-core-sdk/dist/algorithm/client_plugin.js:1
var Module=typeof Module!="undefined"?Module:{};var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";
...
var parts=path.spli/home/eliza/eliza/agent:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @elizaos/[email protected]+build.1 start: node --loader ts-node/esm src/index.ts "--isRoot" "--characters=characters/test.character.json"
Exit status 7
ELIFECYCLE Command failed with exit code 7.
OS version: ubuntu 22
node version: 23.3.0
every step is running good except running the command:
pnpm start --character="characters/trump.character.json"
The text was updated successfully, but these errors were encountered: