have a running Terminal on my website

Hello, guys if anyone could help me please I am trying to use Cheerpx to have a running Terminal on my website, I cant figure out a way to do it im using JS and html for now and im currently stuck I do not know how to set it up. The image above is what I have ofc there isnt an actual terminal,
No description
4 Replies
apignotti
apignotti4w ago
WebVM (https://webvm.io) is fully open source and uses CheerpX to achieve exactly want you want. You should be able to use it as an example: https://github.com/leaningtech/webvm @Atib might be able to provide further help if needed, please share the errors you are getting and what you tried so far
Stitch
StitchOP4w ago
i tried the webvm but did i set it up wrong
No description
apignotti
apignotti4w ago
The message is quite clear. CheerpX depends on SharedArrayBuffers which are only enabled if your page is cross origin isolated. You need to add specific headers to your web server configuration. This is all documented here: https://cheerpx.io/docs/faq#missing-cross-origin-isolation
Leaning Technologies Developer Hub
Frequently Asked Questions - CheerpX Documentation
CheerpX is a JavaScript library that enables secure client-side execution of x86 binaries on any browser. Coming soon.
Stitch
StitchOP4w ago
Thank you I will work with it and see if i need anymore help

Did you find this page helpful?