Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the wasm graphic layer (wgl) and the gui sample #231

Merged
merged 22 commits into from
Apr 12, 2020
Merged

Refactor the wasm graphic layer (wgl) and the gui sample #231

merged 22 commits into from
Apr 12, 2020

Conversation

xwang98
Copy link
Member

@xwang98 xwang98 commented Apr 12, 2020

The wasm application uses the orginal lvgl header files. Only header file lv_obj.h is modified.

@xwang98 xwang98 merged commit bf8fbee into bytecodealliance:master Apr 12, 2020
wenyongh referenced this pull request in wenyongh/wasm-micro-runtime Apr 12, 2020
Refactor the wasm graphic layer (wgl) and the gui sample (#231)
lum1n0us pushed a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Sep 8, 2021
)

Restore I1_TYPE to INT8_TYPE to fix CI build error when merge branch main into dev/simd
lum1n0us pushed a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Sep 19, 2021
)

Restore I1_TYPE to INT8_TYPE to fix CI build error when merge branch main into dev/simd
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Sep 30, 2021
…dealliance#275)

* Upgrade llvm to latest stable to support latest SIMD (bytecodealliance#201)

* Implement latest SIMD spec (bytecodealliance#191)

* Refactor scripts to build llvm (bytecodealliance#213)

Implement the main logic in build-scripts/build_llvm.py and let other scripts call it to build llvm.

* Add build llvm script for Windows platform (bytecodealliance#214)

* Opt Linux workflow file (bytecodealliance#215)

* Restore I1_TYPE to INT8_TYPE to fix CI build error (bytecodealliance#231)

Restore I1_TYPE to INT8_TYPE to fix CI build error when merge branch main into dev/simd

* Refine linux and android CI workflows (bytecodealliance#230)

- use cache instead of artifact to transfer llvm libraries between
workflows, in order to save storage space
- every workload's wamrc binary only survives 1 day, in order to
save storage space
- remove android.yml CI file as it is tested in linux.yml CI file

* Update build_llvm_arc.sh to change llvm to release/13.x (bytecodealliance#235)

* Update workloads' build scripts to align with latest simd opcodes (bytecodealliance#222)

Build customized wasi-sdk based on llvm-13 and some header files from emscripten to build some workloads. And use latest emsdk (2.0.26) to build XNNPACK and tensorflow.

* Fix get LLVM int const value issue and several assert failures (bytecodealliance#246)

The LLVM int const value can be Undef or Poison if it is converted from float value and the conversion gets failed (integer overflow exception will be thrown). So the compiler should add more checks when getting LLVM int const value.
Also fix several assert failures.
The issues were found by wasmtime Fuzz case.

* Use LLVM_VERSION_MAJOR to control API LLVMIsPoison (bytecodealliance#247)

* Set memory growable to run XNNPACK end2end_bench

* Fix klocwork issue of accessing element out of array boundary (bytecodealliance#273)

Co-authored-by: liang.he <liang.he@intel.com>
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants