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 submodule wasm-micro-runtime #27

Merged
merged 1 commit into from
Feb 20, 2023
Merged

Conversation

ocfox
Copy link
Member

@ocfox ocfox commented Feb 20, 2023

Fix possible data race in thread manager (#1973)
Merge pull request #1966 from bytecodealliance/dev/wasi_threads
Don't call start/initialize in child thread's instantiation (#1967)
Modify poll_oneoff in libc-wasi to make it interruptible (#1951)
Add WAMR API bindings in Python (#1959)
Add Multi-tier JIT tests in Ubuntu CI (#1964)
Use shared memory lock for threads generated from same module (#1960)
Fix libc-wasi build failure when using clang (#1950)
CI: Enable Multi-tier JIT by default for released iwasm binary (#1957)
Don't terminate other threads when create thread failed (#1955)
Improve wasm-c-api instantiation-time linking (#1902)
Fix potential integer overflow issue in wasm-c-api (#1954)

@yunwei37 yunwei37 merged commit 0eec46f into eunomia-bpf:main Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants