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

Compiler to wasm #94

Open
gedw99 opened this issue Dec 2, 2022 · 1 comment
Open

Compiler to wasm #94

gedw99 opened this issue Dec 2, 2022 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented Dec 2, 2022

To speed up execution and still be cross platform I puzzled on the idea of compilation of Common Lisp to wasm .

Here are some implementations

https://www.fermyon.com/wasm-languages/lisp

so what to do after you have that wasm ready to go. Run it with golang again:

https://github.com/tetratelabs/wazero

Wazero runs anywhere. No cgo .

@gedw99
Copy link
Author

gedw99 commented Dec 2, 2022

I intend to try out this but am posting here as others would perhaps be interested.

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

1 participant