You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be really great if we could use Friend Create to compile C / C++ code, etc. to WebAssembly to allow for more complex apps and ports of native components.
This could be done by implementing a way for Friend Create, to send the file back to the backend server, run it through llvm -> wasm and retrieving the result and stdout output.
Then you could just link it to the application and execute it.
At some point this probably will be a requirement for complex applications to be written and ported from within Friend, imagine audio / video / image processing applications.
The text was updated successfully, but these errors were encountered:
Yes, it is planned to incorporate WASM in Friend Create - with the possibility to "compile" Python etc so you can use different languages to write Friend applications. Still a bit early days, but feel free to join the open source project and help out. Right now, Friend Create is mostly my babe, but I'd love to have help. Friend Create is a great opportunity to lift web development to the next level.
Would be really great if we could use Friend Create to compile C / C++ code, etc. to WebAssembly to allow for more complex apps and ports of native components.
This could be done by implementing a way for Friend Create, to send the file back to the backend server, run it through llvm -> wasm and retrieving the result and stdout output.
Then you could just link it to the application and execute it.
At some point this probably will be a requirement for complex applications to be written and ported from within Friend, imagine audio / video / image processing applications.
The text was updated successfully, but these errors were encountered: