Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfarber/ao-duktape
https://github.com/peterfarber/ao-duktape
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterfarber/ao-duktape
- Owner: PeterFarber
- Created: 2024-08-12T15:52:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:59:18.000Z (6 months ago)
- Last Synced: 2024-08-12T18:31:52.551Z (6 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```