whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

node --experimental-wasm-threads --experimental-wasm-simd ../tests/test-whisper.js issue

Open silvacarl2 opened this issue 1 year ago • 1 comments

trying to run: node --experimental-wasm-threads --experimental-wasm-simd ../tests/test-whisper.js

but get:

failed to asynchronously prepare wasm: CompileError: WebAssembly.instantiate(): Compiling function #62 failed: i32x4.splat found empty stack @+5977

silvacarl2 avatar Jan 26 '23 01:01 silvacarl2

Try to update node. It works with v18.12.1

ggerganov avatar Feb 04 '23 07:02 ggerganov

Just to add this, it didn't work on node v20.9.0, I had to downgrade to v18.12.1

sapoepsilon avatar Nov 21 '23 22:11 sapoepsilon