We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 .
The text was updated successfully, but these errors were encountered:
I intend to try out this but am posting here as others would perhaps be interested.
Sorry, something went wrong.
No branches or pull requests
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 .
The text was updated successfully, but these errors were encountered: