forked from WasmEdge/WasmEdge
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update/fetch master #2
Open
kamilsa
wants to merge
181
commits into
master
Choose a base branch
from
update/fetch-master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Signed-off-by: hydai <[email protected]>
* Use hidden function `__register_frame` and `__deregister_frame` in libgcc and libunwind to apply FDE data in `.eh_frame` section Signed-off-by: Shen-Ta Hsieh <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ion of OpenVINO. (WasmEdge#3193) Signed-off-by: vincent <[email protected]>
* Change StrictFP value to 0 * Change UWTable value to 2 (UWTable::Default) * Move ErrCode handling code after try-catch block * Adjust compile options on windows Signed-off-by: Shen-Ta Hsieh <[email protected]>
…smEdge#3196) Bumps [GuillaumeFalourd/setup-windows10-sdk-action](https://github.com/guillaumefalourd/setup-windows10-sdk-action) from 1 to 2. - [Release notes](https://github.com/guillaumefalourd/setup-windows10-sdk-action/releases) - [Commits](GuillaumeFalourd/setup-windows10-sdk-action@v1...v2) --- updated-dependencies: - dependency-name: GuillaumeFalourd/setup-windows10-sdk-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [component model] section order will affect index space which means these orders have semantic Signed-off-by: Lîm Tsú-thuàn <[email protected]>
Signed-off-by: hankluo6 <[email protected]>
Signed-off-by: hydai <[email protected]>
Signed-off-by: hydai <[email protected]>
Signed-off-by: hydai <[email protected]>
* Rename cmake config WASMEDGE_BUILD_AOT_RUNTIME into WASMEDGE_USE_LLVM * Add a warning if old config was supplied * Separate out `CodeGen` function from `Compiler` class * Add `LLVM::Data` class for transfer `LLVM::Context` and `LLVM::Module` * Use `fpexcept.strict` for correct NAN-related behaviors Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
… section and JIT library in `Symbol` * Move `Wrapper` and `IntrinsticsTable` into `Executable * Split `SharedLibrary` into two class * Remove LDMgr * Add `loadExecutable` in `Loader` Signed-off-by: Shen-Ta Hsieh <[email protected]>
* Add `LLVM::JITLibrary` * Add new command line option for enabling JIT Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
* Add clang and llvm-strip symbolic links in ubuntu for wasm-bpf test Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: hydai <[email protected]>
WasmEdge#3219) Fixes WasmEdge#3201 Signed-off-by: hydai <[email protected]>
…iables (WasmEdge#3226) Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.27.2...v5.28.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
WasmEdge#2962) * Final commit for Wasi-OCR plugin integrating OCR capabilities within WasmEdge Introducing **Wasi-OCR**: A WasmEdge Plugin for Optical Character Recognition (OCR) powered by the Tesseract API. This plugin offers seamless integration with Tesseract, a leading open-source OCR engine, enabling the extraction of text from images. Harness the power of OCR in your Document AI applications within WasmEdge effortlessly. --------- Signed-off-by: Sarrah Bastawala <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: hydai <[email protected]>
…dding (WasmEdge#3228) Signed-off-by: hydai <[email protected]>
Signed-off-by: dm4 <[email protected]>
…asmEdge#3367) Signed-off-by: YiYing He <[email protected]> Signed-off-by: dm4 <[email protected]> Co-authored-by: dm4 <[email protected]>
…workflow on macOS Signed-off-by: hydai <[email protected]>
Signed-off-by: hugo-syn <[email protected]>
Signed-off-by: hydai <[email protected]>
Signed-off-by: dm4 <[email protected]>
Signed-off-by: dm4 <[email protected]>
…dge#3385) Signed-off-by: hydai <[email protected]> Signed-off-by: hydai <[email protected]>
…asmEdge#3387) Signed-off-by: YiYing He <[email protected]>
…smEdge#3391) Signed-off-by: YiYing He <[email protected]>
Signed-off-by: Sylveon <[email protected]>
Signed-off-by: LFsWang <[email protected]>
Signed-off-by: Yi Huang <[email protected]>
Signed-off-by: dm4 <[email protected]>
Signed-off-by: dm4 <[email protected]>
Signed-off-by: dm4 <[email protected]>
Signed-off-by: YiYing He <[email protected]>
# Conflicts: # CMakeLists.txt # lib/llvm/compiler.cpp
github-actions
bot
added
c-AOT
c-CAPI
c-CI
c-CLI
c-CMake
c-Example
c-Installer
c-Plugin
c-Test
c-WASI
c-WASI-NN
labels
May 16, 2024
igor-egorov
approved these changes
May 17, 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.
No description provided.