-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows is not support? #38
Comments
It is now possible to do There are still some issues, involving excessive echoing, but that's another problem for a later. In any case, it's now at least possible to run python-wasm. |
Thanks. Now
|
On Sun, Oct 30, 2022 at 6:18 PM liudonghua ***@***.***> wrote:
Thanks. Now python-wasm works on windows. However, I got a strange Press
enter a few times. prompt when execute python-wasm.
Yes that is a message I specifically put there to work around the terminal
issues for now. Work in progress! Thanks for testing!!
D:\code\python\CodeFormer>where python-wasm
C:\Users\Liu.D.H\AppData\Roaming\npm\python-wasm
C:\Users\Liu.D.H\AppData\Roaming\npm\python-wasm.cmd
D:\code\python\CodeFormer>python-wasm
Press enter a few times.
5
Python 3.11.0 (main, Oct 27 2022, 10:03:11) [Clang 15.0.3 ***@***.***:ziglang/zig-bootstrap.git 0ce789d0f7a4d89fdc4d9571 on wasi
Type "help", "copyright", "credits" or "license" for more information.
>>> 5
5
>>>
>>> exit()
exit()
D:\code\python\CodeFormer>python-wasm
Press enter a few times.
0
Python 3.11.0 (main, Oct 27 2022, 10:03:11) [Clang 15.0.3 ***@***.***:ziglang/zig-bootstrap.git 0ce789d0f7a4d89fdc4d9571 on wasi
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>> 0
0
>>>
>>>
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXS5TZ5QWYNBX354SHBVDWF4M5XANCNFSM6AAAAAARMTRZR4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
--
-- William Stein
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I tried, it seems could not run on windows.
The text was updated successfully, but these errors were encountered: