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

WASM plugin support #1559

Open
sandorex opened this issue Jan 2, 2020 · 5 comments
Open

WASM plugin support #1559

sandorex opened this issue Jan 2, 2020 · 5 comments

Comments

@sandorex
Copy link

sandorex commented Jan 2, 2020

This is really a feature for future but it would be cool if it was implemented it should be a lot faster than lisp but allow you to use any language you want

@shaleh
Copy link
Collaborator

shaleh commented Jan 6, 2020

Links please.

@sandorex
Copy link
Author

sandorex commented Jan 6, 2020

Wasmtime that is written in rust (example)
Wasmerio Rust Example

@shaleh
Copy link
Collaborator

shaleh commented Jan 6, 2020

This won't help the elisp. We would need to transpile the elisp into WASM first. Just porting everything to rust won't fundamentally help here. We would still be running the elisp code on top of possibly a WASM base. Just like today where we run the elisp on a system hosted by native assembly.

@syrusakbary
Copy link

That would be awesome!
A lot of projects are starting to use Wasmer and WebAssembly as a way to run plugins for their ecosystems. Let me know if we can help in any way!

@tanekere
Copy link

It would be a lot more impressive if we got Remacs to run on a browser via WebGL or something....

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

No branches or pull requests

4 participants