Skip to content
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

Try to use wasmtime on x86_64 #367

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Try to use wasmtime on x86_64 #367

wants to merge 14 commits into from

Conversation

tomaka
Copy link
Owner

@tomaka tomaka commented Mar 29, 2020

Wasmi is reaaaally slow. Wasmtime, on the contrary, is a JIT.
However using wasmtime really isn't straight-forward, and I'm starting this branch as an experiment.

For one, wasmtime doesn't compile on #[no_std], which will obviously need to be fixed before merging.
bytecodealliance/wasmtime#1158
https://github.com/bytecodealliance/wasmtime/blob/39e57e3e9ac9c15bef45eb77a2544a7c0b76501a/docs/stability-platform-support.md#what-about-no_std

cc #20

@tomaka
Copy link
Owner Author

tomaka commented Apr 20, 2020

While this PR is working, it is unfortunately far from being finished.
The biggest offender is obviously the no_std support.

@tomaka tomaka changed the base branch from master to develop June 17, 2020 16:37
@tomaka tomaka changed the base branch from develop to main January 9, 2021 10:26
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving tomaka's pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant