Document
CtrlK
WAMR on GitHubWAMR Blogs
  • 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
On this page
  1. WAMR In Practice
  2. Features

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

PreviousExample: Use Socket Api in WAMRNextWASM C API

Last updated 2 years ago