Sean McBride
|
8d6a2fb1fa
|
docs: Remove zombie param tags
|
3 years ago |
Sean McBride
|
13c8452f23
|
fix: completion queue alignment
|
3 years ago |
Sean McBride
|
7d7224a6a9
|
refactor: module pools
|
3 years ago |
Sean McBride
|
c1dcc7b176
|
chore: alignment debugging
|
3 years ago |
Sean McBride
|
d72f810567
|
feat: nonblocking request reads
|
3 years ago |
Sean McBride
|
03c489498f
|
refactor: small nits
|
3 years ago |
Sean McBride
|
576f65d846
|
refactor: http_router and session
|
3 years ago |
Sean McBride
|
01cca785f4
|
feat: partial tenant implementation
|
3 years ago |
Sean McBride
|
7a62b154fc
|
refactor: refactor TCP into module
|
3 years ago |
Sean McBride
|
6965b2906d
|
feat: Preliminary routes
|
3 years ago |
Sean McBride
|
1457f6f2a8
|
refactor: init with module_config
|
3 years ago |
Sean McBride
|
e4c063a209
|
fix: extern module_listen
|
3 years ago |
Sean McBride
|
7f038f1269
|
refactor: jsonint parsing and module validation
|
3 years ago |
Sean McBride
|
e27ffa5620
|
refactor: break JSON parsing out from module.c
|
3 years ago |
Sean McBride
|
b79eb44958
|
refactor: move JSON file loading from module
|
3 years ago |
Sean McBride
|
7cacac64c0
|
WIP: WASI Support (#267)
* feat: Preliminary WASI with fib workload
* refactor: Clarify initialize globals
* chore: Update empty to WASI
* chore: cleanup fib test
* chore: cleanup build tooling
* chore: cleanup test Makefiles and some nits
* chore: Update LLVM and install WASI-SDK
* chore: Update build tools and specs
* docs: Update example module spec in README
* refactor: Clean up HTTP handling
* feat: Implement exit WASI call
* style: apply clang-format
* ci: rewrite compile sledge step
* build: Remove LLVM install shims
* build: Try manually adding libunwind
* build: Try adding libunwind-dev
* ci: break out aWsm compile step
* fix: Correct test build error
* fix: Correct error in WASI fd_write
* chore: Increase gocr http buffer size
* test: Correct image resize test
* chore: Remove zombie wasmception functions
* chore: Reduce dummy args to single arg
* chore: Add debugging makefile fivebyeight
* chore: Remove erronious PHONYs in tests Makefile
* ci: Disable gocr tests
* chore: Add wat Make rule to fibonacci test
* chore: fix apt package name
* chore: Enable clean of failed ck install
* chore: use LLVM 12
* test: Disable gocr tests
* chore: Enhance test makefile
* chore: Add CFILES as sledgert dep
* chore: Add NULL check for function table pointer
* chore: Add missing header
* chore: uncomment cleanup in imageresize test
* refactor: Remove unused linear memory functions
* build: Add bimodal debug makefile
* chore: Add linear memory debug logs
* refactor: Cleanup region initialization
* build: Correct PHONY in runtime Makefile
* chore: deb install script for outside of container
* refactor: Remove zombie extern.
* feat: WebAssembly traps
* refactor: Use C18 features
* chore: Remove git diff annotations
* fix: tweaks to run all sample apps with WASI
* test: convert shell script to Makefile
* build: clean generated ck Makefile
* chore: Use awsm branch with fixes
* chore: Revert name changes
* fix: Correct type issues
* refactor: Reverse additional name change
* refactor: Remove awsm compat shims
* chore: Remove libc association
* build: Better detect header file changes
* refactor: current_wasm_module_instance_trap
* test: reenable tests
* chore: Delete copied script
* build: Fix test workloads
* fix: Implement HTTP 500
* fix: Protect against overflow on comparison
* build: Replace test.sh with makefile
* refactor: blow away tmp directory conflicts
* refactor: centralize wasm in single submodule
* feat: libsledge and sledge ABI
* chore: move tests
* refactor: tests
* chore: update wasm_apps with new sample data
* doc: Initial ABI README
* feat: globals table
* docs: Merge aWsm ABI docs
* docs: libsledge ABI
* build: rename apps to keep consistent
* build: Disable wasm proposals
* build: Update wasm apps and fix typo
* test: test makefiles
* test: Additional test makefiles
* build: top-level build and install rules wo Docker
* docs: Add wasm lld comment
* build: top level makefile
* chore: merge debug flags
* fix: Correct out of bounds error
* feat: indirection to awsm ABI
* fix: Correct link hack with proper flag
* fix: gps typo
* chore: format nit
* ci: update makefile rules
* ci: check WASI_SDK_PATH
* fix: Adjust paths
* ci: fix make rule name
* refactor: Attempt to use generic vec
* refactor: Remove type-specific vec
* fix: Resolve assorted TODOs
* chore: fix clang format issue
* ci: Invalidate app cache on libsledge changes
* fix: Correct wasm trap check
* fix: free wasm globals
* docs: example of running top level tests via make
* chore: option to log unsupported wasi
* test: add preempt client generator for fib bimodal
* refactor: Allocate wasm memory with 4096 align
* fix: Handle build without runtime globals
* refactor: bypass runtime call for first global
* fix: Correct sandbox logging
* test: fix incorrect paths in test.mk
* refactor: remove wasm traps
* refactor: Revert additional traps and changes
* refactor: Remove additional traps
* refactor: Disable exit support
* fix: block preemption in memory allocation
* feat: wasm g0 write back
* build: cleanup applications Makefile
* chore: Reorder bash variables
* docs: Add comment explaining LOG_SANDBOX_STDERR
* fix: Remove tracking of nonpreemptive siglarms
* chore: Validate Linux, C, and POSIX requirements
* build: Dry up libsledge makefile
* refactor: Remove unused macros
* fix: Writeback global 0 on cooperative sched
* refactor: Fork WASI from aWsm uvwasi example
* build: remove awsm-wasi rules
* chore: clang-format 15
* ci: apt update
* chore: clang 13
* ci: use llvm script
* ci: Use LLVM 13
* refactor: Remove WASI indirection
|
3 years ago |
Sean McBride
|
5d19891e63
|
feat: libsledge pattern for wasmception (#299)
* feat: libsledge pattern for wasmception
* ci: build libsledge
* ci: fix YAML whitespace issue
* ci: fix another YAML whitespace issue
* fix: Correct type issues in memcpy
* ci: debug permissions
* ci: restore build rules
* chore: Change wasmception init symbol
* chore: Assored cleanup
* fix: update g0 cache on preemption
* refactor: inline global vec in sandbox struct
* chore: trailing newline on JSON
* chore: Clean up extraneous file associations
* docs: Explain export and weak symbols
* docs: Remove comment
* refactor: Replace CHAR_BIT with limits.h
* refactor: Remove redundant unlikely define
* docs: Wasmception fn type checking disabled note
|
3 years ago |
Sean McBride
|
639fa953b6
|
docs: Better explain bounds check assertions
|
3 years ago |
Sean McBride
|
35b83ba090
|
refactor: Eliminate _new and _delete functions
|
3 years ago |
Sean McBride
|
7d91a9cfc0
|
refactor: rename self
|
3 years ago |
Sean McBride
|
a044f8ec37
|
fix: redundant wasm memory wipe
|
3 years ago |
Sean McBride
|
2a21db9a34
|
style: remove extra newline
|
3 years ago |
Sean McBride
|
ba05a924d3
|
refactor: Align on doulbe cache line
|
3 years ago |
Sean McBride
|
773dbf3f70
|
refactor: Align memory pools on cache lines
|
3 years ago |
Sean McBride
|
b652613ece
|
refactor: Invert pool structure
|
3 years ago |
Sean McBride
|
b3dc7db31c
|
feat: wasm_stack object pool
|
3 years ago |
Sean McBride
|
2311ec1ccf
|
feat: wasm_memory pool
|
3 years ago |
Sean McBride
|
f4ede43b52
|
feat: WIP restage of memory allocation features
|
3 years ago |
Sean McBride
|
f61f34f08a
|
refactor: Clean up HTTP handling
|
4 years ago |
Sean McBride
|
1757ac8e51
|
refactor: Clarify initialize globals
|
4 years ago |
Sean McBride
|
7387a69f2d
|
refactor: module and ABI interface
|
4 years ago |
Sean McBride
|
7a390562bd
|
refactor: Remove unused http-resp-headers
|
4 years ago |
Sean McBride
|
813ff54bef
|
refactor: remove argsize and arguments
|
4 years ago |
Sean McBride
|
0c887702e9
|
refactore: Remove inert http-req config
|
4 years ago |
Sean McBride
|
ae533694e9
|
refactor: sandbox memory and module cleanup
|
4 years ago |
Sean McBride
|
b924ed812d
|
feat: Simplify softint disable logic
|
4 years ago |
Sean McBride
|
faacc5c785
|
refactor: http header cleanup
|
4 years ago |
Sean McBride
|
e42a04b2ce
|
refactor: module db capacity
|
4 years ago |
Sean McBride
|
2f5a3db2ec
|
refactor: module
|
4 years ago |
Sean McBride
|
b510214e37
|
fix: Make module reference count atomic
|
4 years ago |
Sean McBride
|
5d8a761b61
|
feat: Refactor of conditional compilation units
|
4 years ago |
Sean McBride
|
a83ae29d1b
|
feat: remove libuv, rework pq, http close DRY up
|
4 years ago |
Sean McBride
|
296a907107
|
docs: better document epoll backlog
|
5 years ago |
Sean McBride
|
c307f2a166
|
feat: Implement perf window
|
5 years ago |
Sean McBride
|
628275f6f9
|
docs: Associate FIXMEs and TODOs with issues
|
5 years ago |
Sean McBride
|
ba4f9e2119
|
feat: precomp module deadline cycles
|
5 years ago |
Sean McBride
|
d6f10cac7a
|
refactor: decompose types.h
|
5 years ago |
Sean McBride
|
eca1546f7a
|
chore: improved logging
|
5 years ago |
Sean McBride
|
1ae6acbbee
|
fix: correct bug and harden error handling
|
5 years ago |
Sean McBride
|
1c65516164
|
chore: log invalid module errors
|
5 years ago |