What does deployment look like? #130
Unanswered
mnishizawa
asked this question in
Q&A
Replies: 1 comment
-
There are two parts to lunatic:
The lunatic-runtime works on Windows/Linux/macOs (x64 & aarch64) and is required to run .wasm files containing the actual application. Of course, you can build web apps with lunatic too. In this case the user just needs to point their browser to your server, and your server will run the .wasm app using the lunatic-runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does lunatic require a client-side executable or does it run inside the browser? If I wanted to build this into a commercial application is this something that can be deployed without the user having to perform extra steps?
Beta Was this translation helpful? Give feedback.
All reactions