Enhance XIP and add XIP document (#863)
Auto detect whether file is XIP file before loading module in posix like and linux-sgx platforms, and if yes, mmap executable memory automatically to run the XIP file. Add document about XIP feature. Enable test spec cases with XIP feature.
This commit is contained in:
@ -29,6 +29,7 @@ iwasm VM core
|
||||
- [Thread management and pthread library](./doc/pthread_library.md), ref to [sample](samples/multi-thread)
|
||||
- [Linux SGX (Intel Software Guard Extension) support](./doc/linux_sgx.md)
|
||||
- [Source debugging](./doc/source_debugging.md)
|
||||
- [XIP (Execution In Place) support](./doc/xip.md)
|
||||
|
||||
### post-MVP features
|
||||
- [Non-trapping float-to-int conversions](https://github.com/WebAssembly/nontrapping-float-to-int-conversions)
|
||||
|
||||
Reference in New Issue
Block a user