8000 GitHub - ElianF/atlas: BMBF ATLAS project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ElianF/atlas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScrambleFlow Demo

An extension based on the work if the BMBF ATLAS project.

Prerequisites

Before one can run the demo, rust and wasm-pack need to be installed. This can be done by running the following commands or by following the instructions from the links. You may need to restart the shell in between the commands.

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Running the Demo

First change the working directory to scrambledb

$ cd atlas-spec/scrambledb/

At the scrambledb crate root, run the following to build the WASM version of the project in ./pkg:

$ wasm-pack build --target web --features wasm

To serve the project locally, copy index.html to the right directory and start e.g. a simple Python web server there:

$ cp ./wasm_demo/index.html ./pkg/
$ cd ./pkg
$ python3 -m http.server
// Windows alternative: python -m http.server

About

BMBF ATLAS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 74.1%
  • F* 22.1%
  • HTML 3.8%
0