Skip to content

cloud-computer/cloudstorage-js

 
 

Repository files navigation

You need a .env file in the source directory with content similiar to this:

EMSDK_HOME=/home/lemourin/Projects/emsdk
HOSTNAME=http://localhost:8000
  • EMSDK_HOME points to the directory with emsdk checked out and installed from here: https://github.com/emscripten-core/emsdk
    • emsdk installation boils down to running ./emsdk install latest && ./emsdk activate latest in repos' directory
  • HOSTNAME is the url at which the cloudstorage-js repo is exposed.

To test the app, run npm install && npm run build:all and serve the repository with any http server, e.g. with python3 -m http.server.

About

Emscripten port of libcloudstorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • C++ 27.2%
  • Shell 8.2%
  • JavaScript 2.0%
  • HTML 1.7%
  • Makefile 1.2%
  • Dockerfile 1.0%