-
Notifications
You must be signed in to change notification settings - Fork 646
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update menuconfig.sh
sdk build tools and app framework updates (#171)
sync to mainstream
sync up with upstream
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
lum1n0us
pushed a commit
to lum1n0us/wasm-micro-runtime
that referenced
this pull request
Sep 19, 2021
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The wasm application uses the orginal lvgl header files. Only header file lv_obj.h is modified.