Emil Abbasov
06ffd7b07a
fix: Specify the exact version of Rust 1.56.0
...
- for both github CI and install_deb.sh use Rust 1.56.0
10 months ago
emil
f17b66e774
fix: Adressing the issue "Wrong path to download the wasi sdk" #107
10 months ago
Emil Abbasov
272fcf42b6
updated wasm_apps
...
updated Makefile (pnm->png)
1 year ago
Emil Abbasov
7e7498a80a
updated wasm_apps (added PNG support to gocr )
1 year ago
Emil Abbasov
e3abafa1e1
final cleanup for LLVM_VERSION=13 upgrade
1 year ago
Emil Abbasov
7be7ad03aa
matched awsm's format script style with sledge's one
1 year ago
Emil Abbasov
fcf6e5e8c7
Upgraded to LLVM_VERSION=13 (WASI_SDK=12)
1 year ago
Emil Abbasov
2a76821879
updated README
1 year ago
Emil Abbasov
124a00e12b
matched awsm's .clang-format config with sledge's one
1 year ago
Emil
69d3a4f6e7
Cleanup llvm versions ( #106 )
...
Going to merge, since only some scripts and CI workflow have been changed.
* Fix LLVM_VERSION=12 and WASI_SDK=12, CLANG_FORMAT=13 everywhere
* fix the CI workflow
1 year ago
Emil Abbasov
ecd9f1056a
updated wasm_apps (tenant_preprocessing)
1 year ago
Emil Abbasov
e2ba697861
updated wasm_apps
1 year ago
Emil
f94cfea983
feat: add support for .so dylib files ( #103 )
...
* add support for .so dynamic lib files
* implement a missing wasi_intruction (prestat)
* seperate the wasm instructions from runtime code
* temporary commit to figure out github CI wat2wasm version
* add debug and release flags to makefile
* apply the .so compilation logic to all Makefiles and Python scripts
* separate wasm instructions from memory files
* update the tests to for CI
* make the Makefile independent of .so or .bc linked runtime
* update submodule cmu
* Specify clear rules for providing a ".so" library
1 year ago
Emil Abbasov
e804863246
updated sod (minor refactoring)
1 year ago
Emil Abbasov
f0b35e7563
Revert CI tests to run on ubuntu20.04 again
2 years ago
Emil Abbasov
b6b6e3812e
Updated wasm_apps repo (added cnn_face_detection)
2 years ago
emil
69c8b61166
update cmu-sod submodule
3 years ago
emil
7780150af4
feat: add makefile to awsm repo
3 years ago
emil
bdac96620d
revert: undo removing wasmception from CI
3 years ago
Emil
b9d108945e
Remove wasmception from CI
...
Commented out the wasmception from the matrix.
3 years ago
emil
03fe8f2c98
fix comment typo
...
update wasm_apps to head
3 years ago
emil
63d6ad9214
refactor the md files
3 years ago
Emil
9a94550574
Fix the issue of invalid symbols in the identifiers ( #101 )
...
* Fix the issue of invalid symbols in the identifiers
* fix comment typos
* format
* fix the c-compliant identifiers for the internal funcs too
3 years ago
Sean McBride
28f3cbfb45
Merge pull request #93 from gwsystems/start-section
...
Start section
3 years ago
Sean McBride
ca28c8ad7c
chore: update wasm_apps
3 years ago
Sean McBride
8b69ff12d2
Merge branch 'master' of github.com:gwsystems/aWsm into start-section
3 years ago
Sean McBride
acc4cadf97
Merge pull request #87 from gwsystems/trap-on-unreachable
...
feat: Call runtime function on wasm unreachable instruction
3 years ago
Sean McBride
abf9fc803d
docs: Update ABI table
3 years ago
Sean McBride
ff4ca5a8b5
test: unreachable app
3 years ago
Sean McBride
d53a240485
chore: update wasm_apps
3 years ago
Sean McBride
3e53c16a17
Merge branch 'master' of github.com:gwsystems/aWsm into trap-on-unreachable
3 years ago
Sean McBride
3ff3fc8f72
refactor: Move start logic into own file
3 years ago
Sean McBride
9a644886f0
chore: start clean
3 years ago
Sean McBride
dc23134f63
feat: Generate start call
3 years ago
Sean McBride
9a6ecd5ab0
Merge branch 'master' of github.com:gwsystems/aWsm into start-section
3 years ago
Sean McBride
11704bb706
Merge pull request #86 from gwsystems/exercism-wat
...
Support Modules without Linear Memory
3 years ago
Sean McBride
a12fcda1ed
feat: WIP start section
3 years ago
Sean McBride
ac582cf8dc
Merge pull request #92 from gwsystems/update-wasm-apps-3
...
chore: update wasm_apps
3 years ago
Sean McBride
1518403529
chore: update to start app
3 years ago
Sean McBride
de23659c4f
chore: update wasm_apps
3 years ago
Sean McBride
90c6f44ff8
chore: update wasm_apps
3 years ago
Sean McBride
57dac93283
chore: Update wasm_apps
3 years ago
Sean McBride
1c98b931be
docs: armstrong-numbers and bank-account
3 years ago
Sean McBride
27bce898ad
Merge pull request #91 from gwsystems/update-wasm-apps-2
...
chore: update wasm_apps
3 years ago
Sean McBride
7019915957
refactor: use awsm_assert
3 years ago
Sean McBride
1a4d92d5c8
chore: update wasm_apps
3 years ago
Sean McBride
828058f40d
chore: Update wasm_apps
3 years ago
Sean McBride
ac5f42b852
feat: triangle and leap wat
3 years ago
Sean McBride
35b5a6efae
feat: binary-search wat
3 years ago
Sean McBride
2c2548a52a
feat: Hamming distance
3 years ago