Document
WAMR on GitHub
WAMR Blogs
Search
⌃
K
Links
WAMR Document Home Page
Basics
Introduction
Getting Started
WAMR In Practice
Tutorial
Advance Tutorial
Features
Export Native APIs To WASM Applications
Multiple Modules As Dependencies
Multi-thread, Pthread APIs And Thread Management
Linux SGX(Intel Software Guard Extension) Support
Linux SGX Remote Attestation
XIP(Execution In Place) Support
Socket Support
Post-MVP Features
WASM C API
128-bit SIMD
Reference Types
More Examples
User Case
Programmer's Manual
Programmer's Manual
Community
How To Contribute
WAMR On Github
WAMR Blogs
Appendix
Appendix A. Background Knowledge And Glossary Of Terms
Appendix B. WebAssembly Details
Appendix C. Complete WAMR Guide
Powered By
GitBook
Comment on page
Post-MVP Features
The ones we support:
wasm-c-api
, ref to
document
and
sample
128-bit SIMD
, ref to
samples/workload
Reference Types
, ref to
document
and
sample
Other post-MVP features:
Non-trapping float-to-int conversions
Sign-extension operators
,
Bulk memory operations
Multi-value
,
Tail-call
,
Shared memory
Previous
Example: Use Socket Api in WAMR
Next
WASM C API
Last modified
1yr ago