Sean McBride
|
dc9873c16d
|
fix: dockerfile issues
|
3 years ago |
Sean McBride
|
8e840038de
|
chore: docker fixes
|
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
|
d8f01eac21
|
Fix gocr hey (#256)
* chore: Update CMSIS
* fix: source missing framework dep
* feat: enable gocr in deadline description
* feat: gocr workload mix realworld
* chore: update sod submodule
* chore: Add jq to Dockerfile
* feat: framework cleanup
|
4 years ago |
Sean McBride
|
def9741111
|
chore: Install wasmception after bind mount
|
4 years ago |
Sean McBride
|
a11258af11
|
chore: Add valgrind debugging
|
4 years ago |
Sean McBride
|
db0c3504c0
|
chore: Validate perf on baremetal server
|
4 years ago |
Sean McBride
|
0b9ca90fd0
|
feat: use unminimized dev container
|
4 years ago |
Sean McBride
|
e32339bbc1
|
feat: Complete deadline experiment cleanup
|
4 years ago |
Sean McBride
|
d4002f3cd8
|
chore: Add assorted missing tools
|
4 years ago |
Sean McBride
|
c01ca73850
|
feat: working non-root dev container
|
4 years ago |
Sean McBride
|
6b4ad005ff
|
chore: Add more missing test deps
|
4 years ago |
Sean McBride
|
69d7a8ae8d
|
chore: add missing utils
|
4 years ago |
Sean McBride
|
af638e53f6
|
chore: WIP try to use non root user
|
4 years ago |
Sean McBride
|
caeeaf45c0
|
chore: Configurable llvm versions
|
4 years ago |
Sean McBride
|
9798b04b46
|
chore: Attempt to update to llvm11
|
4 years ago |
Sean McBride
|
7269226759
|
chore: Update to WASI-SDK 8
|
4 years ago |
Sean McBride
|
c2c165c3f3
|
chore: Cleanup Dockerfile
|
4 years ago |
Sean McBride
|
a4a39ba5d7
|
chore: x86 cleanup
|
4 years ago |
Sean McBride
|
7a3654e3d4
|
chore: Remove python deps
|
4 years ago |
Sean McBride
|
67afd79a02
|
chore: remove svn
|
4 years ago |
Sean McBride
|
0bd5b5782f
|
chore: remove libuv
|
4 years ago |
Sean McBride
|
20fb90010a
|
chore: Reduce Dockerfile noise
|
5 years ago |
Sean McBride
|
bd78bccb38
|
chore: first rename pass
|
5 years ago |
Phani
|
bcc0aa2063
|
Build changes to run on aarch64 also
|
5 years ago |