abc767234318 opened issue #4461:
Test Case
Steps to Reproduce
Run the following command on Windows.
wasmtime .\qjs.wasm
Then the command line prints:
QuickJS - Type "\h" for help qjs >
It seems to work, but I can't type anything through the keyboard.
<br>
Run the following command on Linux.wasmtime .\qjs.wasm
I can enter content, but there is no output from the command line.
QuickJS - Type "\h" for help qjs > 1 + 1
abc767234318 labeled issue #4461:
Test Case
Steps to Reproduce
Run the following command on Windows.
wasmtime .\qjs.wasm
Then the command line prints:
QuickJS - Type "\h" for help qjs >
It seems to work, but I can't type anything through the keyboard.
<br>
Run the following command on Linux.wasmtime .\qjs.wasm
I can enter content, but there is no output from the command line.
QuickJS - Type "\h" for help qjs > 1 + 1
alexcrichton commented on issue #4461:
This appears to be a very old build since it's still using
wasi_unstable
and notwasi_snapshot_preview1
. Can you reproduce this with a more recent build? There have been a number of bugs fixed in thewasi-libc
which is probably built into the wasm binary sincewasi_unstable
, so without any other information in the abstract this could very likely be a bug in the wasm itself rather than Wasmtime.
abc767234318 commented on issue #4461:
Thanks for your answer !
abc767234318 closed issue #4461:
Test Case
Steps to Reproduce
Run the following command on Windows.
wasmtime .\qjs.wasm
Then the command line prints:
QuickJS - Type "\h" for help qjs >
It seems to work, but I can't type anything through the keyboard.
<br>
Run the following command on Linux.wasmtime .\qjs.wasm
I can enter content, but there is no output from the command line.
QuickJS - Type "\h" for help qjs > 1 + 1
Last updated: Nov 22 2024 at 17:03 UTC