Skip to content

Commit 3b89e74

Browse files
fix(module): add build and publishing tools
1 parent 5b77039 commit 3b89e74

File tree

212 files changed

+263
-36606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+263
-36606
lines changed

.styluaignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
aos-process/
2+
process/
23
sha3.lua

ao-build-config.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
stack_size: 65536
2-
initial_memory: 1048576
3-
maximum_memory: 1073741824
4-
target: 32
1+
# ao-dev-cli options
2+
stack_size: 65536 # 64kb
3+
initial_memory: 1048576 # 1mb stack size is included in initial memory, along with heap
4+
maximum_memory: 1073741824 # 1gb
5+
target: 32 # wasm32 or wasm 64
6+
# extra info
7+
aos_git_hash: '15dd81ee596518e2f44521e973b8ad1ce3ee9945' # used to pull in the 'process' folder at a specific git hash
8+
compute_limit: '9000000000000' # used in publishing

aos-process/.gitignore

-7
This file was deleted.

aos-process/README.md

-22
This file was deleted.

0 commit comments

Comments
 (0)