TianlongLiang
|
c3e33a96ea
|
Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218)
Remove the unused parameter `signature` from `wasm_runtime_lookup_function`.
Refactor the layout of WASMModuleInstance structure:
- move common data members `c_api_func_imports` and `cur_exec_env` from
`WASMModuleInstanceExtraCommon` to `WASMModuleInstance`
- In `WASMModuleInstance`, enlarge `reserved[3]` to `reserved[5]` in case that
we need to add more fields in the future
ps.
https://github.com/bytecodealliance/wasm-micro-runtime/issues/2530
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3202
|
2024-03-13 12:28:45 +08:00 |
|
Huang Qi
|
ad46290770
|
Update outdated reference link in multi_module.md (#3092)
|
2024-01-26 16:55:27 +08:00 |
|
Therdel
|
ae18a03f60
|
Fix link in multi_module.md (#941)
|
2022-01-08 18:47:56 +08:00 |
|
liang.he
|
ff997c287a
|
Update document of multi-module (#930)
|
2022-01-05 14:32:48 +08:00 |
|
Therdel
|
d03a57fbff
|
fix link in multi_module.md (#846)
|
2021-11-25 11:26:06 +08:00 |
|
wenyongh
|
752826a667
|
Implement multi-module feature and bulk-memory feature (#271)
Refine wasm loader and aot loader
Fix potential issue of os_mmap/os_munmap
Update document
|
2020-06-02 14:53:06 +08:00 |
|