Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterfarber/ao-duktape


https://github.com/peterfarber/ao-duktape

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# AO-Duktape

## USAGE

### Pull Submodules

We need to pull the latest aos.
```sh
git submodule update --init --recursive
```

### Build

Just run ./build.sh ( This will build the nessasary libraries inject them and compile the wasm)
```sh
./build.sh
```

### Testing

```sh
cd tests
yarn # or npm i
yarn test # or npm run test
```