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
This commit is contained in:
5
samples/multi-module/wasm-apps/mA.c
Normal file
5
samples/multi-module/wasm-apps/mA.c
Normal file
@ -0,0 +1,5 @@
|
||||
int
|
||||
A()
|
||||
{
|
||||
return 10;
|
||||
}
|
||||
Reference in New Issue
Block a user