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
that's super weird... will need to get a debugger on that one as its running the exact same binary but just through a bit of indirection when going via "wapm run"
...maybe its the mapped file system or something being different
...to be continued...
So I recompiled and republished under Tokera namespace and it appears to be working so this seems to be something wrong with the build as well? - might be because its 2 years old and they have patched some bug in the WASI code or something, it looks sus anyway as the error says "not implemented" and relates to wasi abstraction code.
I don't know why it behaves differently under wapm run rustpython vs rustpython but I suggest we park this one as if we just republish under rustpython/rustpython then the problem will likely go away... for now at least
tokera.sh:/$ wapm install Tokera/rustpython
[INFO] Installing Tokera/[email protected]
Package installed successfully to wapm_packages!
tokera.sh:/$ rustpython
Welcome to the magnificent Rust Python 0.1.2 interpreter 😱 🖖
>>>>> d
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
NameError: name 'd' is not defined. Did you mean: 'id'?
>>>>> ^C
tokera.sh:/$ ls
bin
dev
etc
tmp
tokera.sh:/$ wapm run rustpython
Welcome to the magnificent Rust Python 0.1.2 interpreter 😱 🖖
>>>>> asd
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
NameError: name 'asd' is not defined
>>>>> ^C
tokera.sh:/$
After running:
The following works:
But the following doesn't
The text was updated successfully, but these errors were encountered: