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

Merge branch main into dev/shared_heap #3631

Merged
merged 7 commits into from
Jul 16, 2024
Merged

Merge branch main into dev/shared_heap #3631

merged 7 commits into from
Jul 16, 2024

Conversation

wenyongh
Copy link
Contributor

No description provided.

yamt and others added 7 commits July 12, 2024 11:00
The "handlers" on the interpreter stack is sometimes treated as
host pointers and sometimes treated as i64 values. It's quite broken
for targets where pointers are not 64-bit.

This commit makes them host pointers consistently. (at least for
32-bit and 64-bit pointers. We don't support other pointer
sizes anyway.)

Fixes #3110
Clear some compile warnings and fix undefined reference error for symbol ffs
in Windows platform.
Error was reported when building jetstream benchmark with emsdk:
```
clang: error: unsupported option '-msse2' for target 'wasm32-wasi'
```

Error was reported when building bwa workload:
```
fatal: reference is not a tree: 139f68fc4c3747813783a488aef2adc86626b01b
```
Add three APIs:
- wasm_runtime_get_file_package_version
- wasm_runtime_get_module_package_version
- wasm_runtime_get_current_package_version
Tiny typo fix: from `.devontainer` to `.devcontainer`.
@wenyongh wenyongh merged commit 57f2661 into dev/shared_heap Jul 16, 2024
1527 checks passed
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.

5 participants