Description
Steps to reproduce (step by step instructions, with links, commands and necessary data to reproduce the error)
- pull a recent wasmedge-rustpython-base image and open a shell in the Docker image
docker exec -it `docker run -d docker-registry.wikimedia.org/repos/abstract-wiki/wikifunctions/function-evaluator/wasmedge-rustpython-base:2023-11-06-152152 sleep 300` /bin/bash
- try to invoke the RustPython .wasm binary
. ${PROGRAMMING_LANGUAGE_DIR}/wasmedge/wasmedge-binary/env && wasmedge ${PROGRAMMING_LANGUAGE_DIR}/RustPython/target/wasm32-wasi/release/rustpython.wasm
Observed behavior
- Illegal instruction (core dumped)
Expected behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)
- a friendly Python interpreter
Completion checklist
- Before closing this task, review one by one the checklist available here: https://www.mediawiki.org/wiki/Abstract_Wikipedia_team/Definition_of_Done#Back-end_Task/Bug_completion_checklist