Coder Social home page Coder Social logo

Running incompatibility? about ate HOT 2 OPEN

wasmerio avatar wasmerio commented on June 2, 2024
Running incompatibility?

from ate.

Comments (2)

john-sharratt avatar john-sharratt commented on June 2, 2024

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...

from ate.

john-sharratt avatar john-sharratt commented on June 2, 2024

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:/$ 

from ate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.