Commit Graph

  • 658af8bea5 app-manager: Only excute main if wasi is enabled and app is wasi mode Wu Jian Gang 2022-06-08 14:12:26 +0800
  • 2a53047577 esp-idf: Add SSP support for esp-idf platform Wu Jian Gang 2022-06-07 18:10:37 +0800
  • 879e8e12b7 cmake: Support to get WASM APP libs' DIR from upper layer Wu Jian Gang 2022-05-27 20:01:38 +0800
  • 1c6d10095e
    add missing symbol for aot_reloc_arc.c (#1344) Xu Jun 2022-08-02 09:43:52 +0800
  • 313e23880f Implement POSIX semaphore support Huang Qi 2022-07-26 18:24:04 +0800
  • 615c3d82f0 add missing symbol for aot_reloc_arc.c Xu Jun 2022-08-01 17:26:19 +0800
  • 3e77b053c3
    Enhance sock_addr_local syscall (#1320) Marcin Kolny 2022-08-01 09:15:33 +0200
  • 6a3ddd710c Implement sock_addr_local syscall Marcin Kolny 2022-07-20 21:26:51 +0100
  • c075844001
    Add our own legacy loop unswitch pass (#1339) Petr Penzin 2022-07-28 19:29:02 -0700
  • 08fd714551
    Fix socket-api byte order issue when host/network order are the same (#1327) Marcin Kolny 2022-07-29 04:26:06 +0200
  • 653b926d53
    Upgrade WAMR-IDE (#1313) Wang Ning 2022-07-29 08:12:36 +0800
  • 8fcd40174b Add our own legacy loop unswitch pass Petr Penzin 2022-07-28 16:38:29 -0700
  • 9ba7fc3562 add fast-jit into spec test scripts liang.he 2022-07-26 06:19:55 +0000
  • 4e2d907023 WAMR-IDE: update README doc and pics Wang Ning 2022-07-28 21:52:48 +0800
  • b1bea3a807 WAMR-IDE: remove useless code for target configuration Wang Ning 2022-07-28 17:44:45 +0800
  • ced41fd7aa
    Enhance test scripts to run spec cases with Fast JIT (#1329) liang.he 2022-07-28 16:11:58 +0800
  • f6bbeade2a
    Implement wasi_addr_resolve function (#1319) Marcin Kolny 2022-07-28 05:25:05 +0100
  • 1b248887fc Implement wasi_addr_resolve function Marcin Kolny 2022-07-20 17:07:24 +0100
  • ce3ca81fc6
    Fix fast jit issues reported by Coverity (#1331) Wenyong Huang 2022-07-27 20:22:13 +0800
  • efc8bc10a9
    [bugfix] initialize "module->retain_function" for wasm_mini_loader (#1333) yaozhongxiao 2022-07-27 18:01:20 +0800
  • 3f804f74b0
    Merge pull request #593 from bytecodealliance/dev/fast_jit Wenyong Huang 2022-07-27 17:56:35 +0800
  • fd8593e46e Restore CI Wenyong Huang 2022-07-27 22:14:20 +0800
  • 337d3c9812 Refine code, try fix android CI Wenyong Huang 2022-07-27 20:30:21 +0800
  • 07d15f9c49
    Merge pull request #592 from bytecodealliance/main Wenyong Huang 2022-07-27 17:54:22 +0800
  • 3b93fa3d14 Fix byte ordering in sockets API for systems where host byte order == network byte order Marcin Kolny 2022-07-23 23:37:26 +0100
  • b9a958bfde
    Merge main into dev/fast_jit (#1335) Wenyong Huang 2022-07-27 16:17:57 +0800
  • ab752cd5c3
    Apply latest env variables in github host runner to fix CI (#1334) liang.he 2022-07-27 14:11:51 +0800
  • aedf4d4d80 Apply to latest environment variables in github host runner liang.he 2022-07-27 02:03:11 +0000
  • 9cc511731c WAMR-IDE: add reposity url in package.json Wang Ning 2022-07-27 11:52:37 +0800
  • 9d9ce72f02 [bugfix] initialize "module->retain_function" for wasm_mini_loader yaozhongxiao 2022-07-27 11:25:45 +0800
  • 2ec7a2b2b5 Fix fast jit coverity issues Wenyong Huang 2022-07-27 05:44:03 +0800
  • dfb0ce7830 Add getsockopt and setsockopt and setsockopt syscalls to WASI. Marcin Kolny 2022-07-21 17:29:07 +0100
  • 94ce8f47d4 restore aot_emit_function.c Wenyong Huang 2022-07-25 16:23:52 +0800
  • 8de5168cea
    Refine wasm_runtime_call_wasm_a/v (#1326) Wenyong Huang 2022-07-25 13:53:42 +0800
  • a751d430e8 WAMR-IDE: update README document Wang Ning 2022-07-25 11:54:05 +0800
  • c1a0847b90 Refine call_wasm_a/v, refine aot call native Wenyong Huang 2022-07-25 04:58:27 +0800
  • faec1ba9bd
    Merge pull request #589 from bytecodealliance/main Wenyong Huang 2022-07-24 07:58:15 +0800
  • 1ddd80a98d
    Enable hw bound check for fast jit (#1325) Wenyong Huang 2022-07-24 07:53:46 +0800
  • 02134749b2 Enable hw bound check for fast jit Wenyong Huang 2022-07-24 05:00:55 +0800
  • d076759720
    Merge pull request #585 from bytecodealliance/main Wenyong Huang 2022-07-23 20:45:37 +0800
  • de9a35c169
    Merge pull request #1324 from bytecodealliance/main Wenyong Huang 2022-07-23 20:44:06 +0800
  • dd62b32b20
    Fix interp hw bound check issues (#1322) Wenyong Huang 2022-07-23 20:39:01 +0800
  • fad9bc7de4 Fix code guideline issues Wenyong Huang 2022-07-23 17:22:50 +0800
  • 8ba9c7091d Fix compilation warnings Wenyong Huang 2022-07-23 17:16:55 +0800
  • c2a4ebe741 Fix i64.store, update memory_tune document Wenyong Huang 2022-07-23 03:44:16 +0800
  • 43f2b08317 Fix windows compilation error Wenyong Huang 2022-07-23 01:59:18 +0800
  • 4b2ff8590a Fix interp hw bound check issues Wenyong Huang 2022-07-23 01:49:49 +0800
  • 8c63fc1673 Merge main into dev/fast_jit Wenyong Huang 2022-07-22 20:03:20 +0800
  • 6b4b00a333 Fix compilation warnings Wenyong Huang 2022-07-22 18:52:38 +0800
  • c525ab8e7b WAMR-IDE: 1. add taskDefinitions into package.json 2. update taskProvider Wang Ning 2022-07-22 18:25:07 +0800
  • 6c2cdf0b1d
    Merge pull request #583 from bytecodealliance/main Wenyong Huang 2022-07-22 12:14:33 +0800
  • 738d5691a0
    Enable fast jit for SGX and MacOS platforms (#1321) Wenyong Huang 2022-07-22 12:00:10 +0800
  • fd5030e02e
    Implement interpreter hw bound check (#1309) Wenyong Huang 2022-07-22 11:05:40 +0800
  • 63ceaea8c1 Update MacOS CMakeLists.txt wamr 2022-07-22 10:58:11 +0800
  • c729e9ea98 Fix compilation errors on MacOS wamr 2022-07-22 10:54:45 +0800
  • d3e11c165e Fix issues on linux-sgx Wenyong Huang 2022-07-22 18:20:27 +0800
  • 440f3f23e4
    Fix issues detected by Coverity (#1316) liang.he 2022-07-22 10:05:11 +0800
  • 134de446cc fix issues detected by Coverity liang.he 2022-07-21 11:27:51 +0000
  • 0bfcc03bc0 Update Fast JIT document, remove unused codes Wenyong Huang 2022-07-22 01:36:23 +0800
  • 54f9674e2b
    Update Fast JIT document and remove unused codes (#1315) Wenyong Huang 2022-07-21 21:24:08 +0800
  • 245adba076
    Refine fast-jit load func pointer (#1306) Wenyong Huang 2022-07-21 20:50:02 +0800
  • a71a03e241
    Refine memory load/store opcode translation (#1305) Wenyong Huang 2022-07-21 20:12:51 +0800
  • 31e938e3ac
    Merge pull request #1314 from bytecodealliance/main Wenyong Huang 2022-07-21 17:45:47 +0800
  • a5df5d17bc
    Merge pull request #582 from bytecodealliance/dev/fast_jit Wenyong Huang 2022-07-21 16:16:10 +0800
  • d2f0945fb5
    Fix sanitizer complaint: i32/i64 multiply integer overflow (#1311) Wenyong Huang 2022-07-21 16:04:57 +0800
  • ceb9f77b8c WAMR-IDE: format the header files Wang Ning 2022-07-21 10:35:38 +0800
  • fa7fc5dad9
    Add option to set fast jit code cache size (#1312) Wenyong Huang 2022-07-21 09:48:51 +0800
  • 226feee939
    Merge pull request #580 from bytecodealliance/main Wenyong Huang 2022-07-21 09:39:02 +0800
  • 32c94161d1
    Clear compilation warnings on Windows (#1307) Wenyong Huang 2022-07-21 09:32:28 +0800
  • 491046f2ad Add option to set fast jit code cache size Wenyong Huang 2022-07-21 04:59:17 +0800
  • 1b6f0bf524 Update scripts for wamr-ide Wang Ning 2022-07-20 23:14:20 +0800
  • 03f15152ad Fix sanitizer complaint: i32/i64 multiply integer overflow Wenyong Huang 2022-07-20 22:38:46 +0800
  • 5a4810226d Merge branch 'main' of https://github.com/bytecodealliance/wasm-micro-runtime into dev/ide_sync Wang Ning 2022-07-20 22:32:13 +0800
  • d159ecfa6c WAMR-IDE: update wasm-run command Wang Ning 2022-07-20 22:29:32 +0800
  • ece3260e4f WAMR-IDE: enhance judgement before building, running and debugging. Wang Ning 2022-07-20 20:19:09 +0800
  • d955aa1bcc
    Fix libc-wasi/uvwasi poll/environ_get issues (#1300) Wenyong Huang 2022-07-20 20:02:26 +0800
  • 1ee0d90d81
    Add import subtyping validation (#1308) liang.he 2022-07-20 18:31:19 +0800
  • 47f980ae8e Add import subtyping validation liang.he 2022-07-19 11:30:40 +0000
  • 646b3f29c7 Clear compilation warnings on Windows Wenyong Huang 2022-07-20 00:41:06 +0800
  • cd4579aedb WAMR-IDE: - update wasm-toolchain dockerfile and resource Wang Ning 2022-07-19 23:15:50 +0800
  • 2a4d71f361 WAMR-IDE: - enhance the change workspace - update welcome Wang Ning 2022-07-19 23:15:20 +0800
  • df628171be Fix libc-wasi/uvwasi poll/environ_get issue Wenyong Huang 2022-07-18 19:23:34 +0800
  • 77da6564be Fix libc-wasi/uvwasi poll/environ_get issue Wenyong Huang 2022-07-18 19:22:36 +0800
  • 9d689b3a22
    Set noexecstack CXX link flags for wamrc (#1303) Xu Jun 2022-07-18 18:47:44 +0800
  • 2be4b00d5b set noexecstack for CXX FLAGS Xu Jun 2022-07-18 16:50:57 +0800
  • b2bf92baf5
    Merge pull request #578 from bytecodealliance/main Wenyong Huang 2022-07-17 15:18:37 +0800
  • fcd5d76fcb Refine fast-jit load func pointer Wenyong Huang 2022-07-17 15:00:24 +0800
  • 3085d56853 Add more comments Wenyong Huang 2022-07-17 09:26:49 +0800
  • 1ebf1fee6f Fix coding style issue Wenyong Huang 2022-07-16 21:23:57 +0800
  • 8332618c8b Fix windows interp hw bound check issue Wenyong Huang 2022-07-16 21:22:39 +0800
  • 605e7de425 Fix compilation errors on windows Wenyong Huang 2022-07-16 17:29:19 +0800
  • 2d343d347c Implement hardware boundary check for interpreter Wenyong Huang 2022-07-16 12:35:58 +0800
  • da064770fe Refine memory load/store opcode translation Wenyong Huang 2022-07-14 23:09:39 +0800
  • 0ec27af9df
    Add API wasm_runtime_set_module_inst (#1286) Wenyong Huang 2022-07-14 11:36:11 +0800
  • 30e595b9aa WAMR-IDE: - update .vscodeignore - add prittier run script cmd in package.json - update README Wang Ning 2022-07-13 16:30:29 +0800
  • 901d521e83 WAMR-IDE: - add wamr-sdk to include header files - execute destroy script to clean up the container before and after build|run|debug process - refuse to run&debug when build process failes - format the project_compilation.json Wang Ning 2022-07-13 16:12:42 +0800
  • e86ec9147f WAMR-IDE: update scripts and cmakelists Wang Ning 2022-07-13 15:34:07 +0800
  • 07d1da4856 Fix socket api verification of addresses in the address pool (#1270) Marcin Kolny 2022-07-12 09:21:49 +0100
  • 24bb07bbc4 Fix aot rotl/rotr 0 issue (#1285) Wenyong Huang 2022-07-12 13:43:56 +0800
  • 6be1854976 Fix sub module's aux stack info not synchronized to main module issue (#1279) liang.he 2022-07-11 19:42:29 +0800