yanenshuo
8db8516501
添加node测试
3 months ago
hwwang
a6e464db44
add test
6 months ago
hwwang
63f689cba7
add tree node
6 months ago
hwwang
84a8ae5345
first commit
6 months ago
xiaosuGW
ea5cc4d129
update Makefile under tests folder
3 years ago
xiaosuGW
6198ce284e
add png2bmp function code
3 years ago
xiaosuGW
5dbbf31ba5
correct queuing time and total time for chain function
3 years ago
Sean McBride
2257c09357
chore: Quieter builds
4 years ago
Sean McBride
199449a2bc
feat: Quieter gocr build
4 years ago
Sean McBride
97df7292a7
fix: correct Makefile build cachine issues
4 years ago
Sean McBride
06b717ec4a
fix: Add missing awsm parameters
4 years ago
Sean McBride
fc6b46252d
chore: Remove absolute path from sod
4 years ago
Sean McBride
c1b5cdaf5c
chore: Makefile cleanup sod
4 years ago
Sean McBride
794baeaf2f
chore: Update CMSIS submodule and makefile rule
4 years ago
Sean McBride
b589a2010f
chore: update gocr and TinyEDF submodules
4 years ago
Sean McBride
8491837870
fix: Update tinyekf build
4 years ago
Sean McBride
9b2b9ad47c
chore: add sample apps as submodules
4 years ago
Sean McBride
abfb9b18e4
chore: remove benches
4 years ago
Sean McBride
f99050706e
chore: simplify Makefile prefix
4 years ago
Sean McBride
f6bc233e83
chore: change sledge prefix
4 years ago
Sean McBride
6b4ae2515f
chore: rename Awsm prefix
4 years ago
Sean McBride
72987914a9
chore: remove extraneous defines
4 years ago
Sean McBride
003d6c6311
chore: remove sf tests, comment out unused defines
4 years ago
Sean McBride
142a57dbb6
chore: make cleanup
4 years ago
Phani
3b8711b95c
fix standalone compilation
5 years ago
phani
a63af01ceb
Merge branch 'master' of https://github.com/phanikishoreg/awsm-Serverless-Framework
5 years ago
phani
cc38020fde
code_benches, some require math lib
5 years ago
phani
da43b22407
work 1k to 1m functions
5 years ago
phani
645d138787
for runtime with multi-sandboxing, globals are to be populated per sandbox, that was what causing random crashes!
5 years ago
phani
3fab99424a
fibonacci test update
5 years ago
phani
611ec2257a
keep empty and add work program
5 years ago
phani
f019193952
read() to read from request body!
5 years ago
phani
8a3e050282
Support TCP (TODO: http parsing based on module specification)
...
* Major:
- Moved sandbox data struct into linear memory of a sandbox.
- (Should work well with other sandboxing mechanisms).
- Removed all mallocs from within uv usage, using a pre-allocated
memory within sandbox data-struct for read/write.
- TODO: convert prints on stdout to a string and send it out with
function response body.
- TODO: for each function loaded, what is the request and response
http header/body specification.
To start, keep headers minimal.
body either: json, plain.
- TODO: track TIMEOUTS. If we go beyond that, return a HTTP 408?
5 years ago
phani
9b0ec6f7dc
Changed directory structure
...
* silverfish is a submodule now
* memory modules from silverfish runtime is copied in to the aWsm runtime.
* runtime/tests/Makefile compiles different tests and silverfish/code_benches..
5 years ago