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

Update/fetch master #2

Open
wants to merge 181 commits into
base: master
Choose a base branch
from
Open

Update/fetch master #2

wants to merge 181 commits into from

Conversation

kamilsa
Copy link

@kamilsa kamilsa commented May 16, 2024

No description provided.

hydai and others added 30 commits February 2, 2024 13:41
* 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>
* 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]>
* 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]>
… 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]>
* Add clang and llvm-strip symbolic links in ubuntu for wasm-bpf test

Signed-off-by: Shen-Ta Hsieh <[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]>
q82419 and others added 18 commits April 30, 2024 02:57
# Conflicts:
#	CMakeLists.txt
#	lib/llvm/compiler.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.