Commit Graph

  • 176b034d21 fix typo TL 2022-10-09 16:49:14 +0800
  • c3a9c48c47 leave build_lldb alone TL 2022-10-09 16:44:40 +0800
  • ba5ade1ad1 formatting TL 2022-10-09 14:36:35 +0800
  • 21df8d63a2 reusable build llvm libraries, better syntax for build lldb TL 2022-09-30 10:40:27 +0800
  • 2b7658fb82 reusable build llvm libraries TL 2022-09-28 15:11:09 +0800
  • e5d196d61c fix compile error Wenyong Huang 2022-10-14 16:05:57 +0800
  • 00ae8cd614
    Remove unused wasm_runtime_is_module_registered (#1594) YAMAMOTO Takashi 2022-10-14 16:46:30 +0900
  • bf8c682dd5 refine the code Wenyong Huang 2022-10-14 15:40:11 +0800
  • 5e7c39ce0e address comments Wenyong Huang 2022-10-14 15:30:33 +0800
  • f7692ced51
    Add workflow to build vscode extension (#1576) TianlongLiang 2022-10-14 15:19:10 +0800
  • a75295ec14
    Minor fix in assembly script library (#1597) Xu Jun 2022-10-14 12:54:25 +0800
  • 21933af250
    Update .github/workflows/build_wamr_vscode_ext.yml TianlongLiang 2022-10-14 11:11:14 +0800
  • f9c7746135 auto format Xu Jun 2022-10-14 10:48:15 +0800
  • 595a9f4a49 minor fix in assemblyscript library Xu Jun 2022-10-14 09:18:35 +0800
  • 84e88e4f85
    Small change to make init of vars buildable in clang and clang++ (#1590) dzobbe 2022-10-14 04:22:25 +0200
  • 977b758fb6 samples/multi-module: examine module registration a bit YAMAMOTO Takashi 2022-10-14 08:59:09 +0900
  • a8be540cc2 Remove wasm_runtime_is_module_registered YAMAMOTO Takashi 2022-10-14 08:38:54 +0900
  • da26fc8cb5 product-mini/platforms/posix/main.c: Unregister native symbols explicitly YAMAMOTO Takashi 2022-10-12 17:32:33 +0900
  • 3bbb106c8e Add wasm_native_unregister_natives YAMAMOTO Takashi 2022-10-12 16:40:20 +0900
  • c920f9459f
    Merge pull request #647 from bytecodealliance/dev/refactor_llvm_jit Wenyong Huang 2022-10-13 21:24:06 +0800
  • 9d23c773c9
    Merge pull request #1591 from bytecodealliance/main Wenyong Huang 2022-10-13 21:12:08 +0800
  • bbfa66ed52
    Merge pull request #1592 from bytecodealliance/main Wenyong Huang 2022-10-13 21:11:58 +0800
  • d5b644b787 Merge main into dev/refactor_interp_module_inst Wenyong Huang 2022-10-13 21:11:06 +0800
  • 2e77626d0f
    wamrc: Support cross building and linking LLVM shared libs (#1578) Shengyun Zhou 2022-10-13 18:37:34 +0800
  • e6c7125851
    export_native_api.md: Partially revert "Relax the ground rule" (#1588) YAMAMOTO Takashi 2022-10-13 19:33:06 +0900
  • c713b6f2aa
    Small change to make init of vars buildable in clang and clang++ dzobbe 2022-10-13 12:25:49 +0200
  • 7a80f7c486
    Update .github/workflows/build_wamr_vscode_ext.yml TianlongLiang 2022-10-13 16:36:40 +0800
  • d9ddb93296 export_native_api.md: add some clarification YAMAMOTO Takashi 2022-10-13 15:43:20 +0900
  • 826cf4f8e1
    Fix threads spec test issues (#1586) Xu Jun 2022-10-13 13:53:09 +0800
  • 1f16a788b3 address PR comments Xu Jun 2022-10-13 12:34:28 +0800
  • a5950ffeb2 refine the code Wenyong Huang 2022-10-13 12:22:01 +0800
  • 913775a520 wamrc: fix compilation error for MinGW GCC Shengyun Zhou 2022-10-13 10:19:34 +0800
  • 530d613cbf export_native_api.md: partially revert "Relax the ground rule" YAMAMOTO Takashi 2022-10-13 08:46:17 +0900
  • c8ad53f7d1 Refine the code Wenyong Huang 2022-10-12 22:04:57 +0800
  • 847b8ce117 fix threads spec test issue Xu Jun 2022-10-12 20:23:32 +0800
  • 5a93f0d667
    wasm_export.h: Add comments on wasm_runtime_register_natives (#1580) YAMAMOTO Takashi 2022-10-12 21:06:38 +0900
  • 1c89a37899
    export_native_api.md: Relax the "ground rule" (#1577) YAMAMOTO Takashi 2022-10-12 21:04:59 +0900
  • aaea27c987
    Fix issue in assemblyscript lib (#1583) Xu Jun 2022-10-12 20:01:33 +0800
  • 83493ab92f fix issue in assemblyscript lib Xu Jun 2022-10-12 16:30:30 +0800
  • dc022add1c code review suggestions TL 2022-10-12 15:58:34 +0800
  • f28a15bf2f
    Wrap wasi_socket_ext api with extern "C" (#1575) Hanged Fish 2022-10-12 15:51:07 +0800
  • d721a860a8 wasm_export.h: Add comments on wasm_runtime_register_natives YAMAMOTO Takashi 2022-10-12 15:51:23 +0900
  • e53ab91439
    Integrate WASI-NN into WAMR (#1521) tonibofarull 2022-10-12 06:09:29 +0200
  • 78c38d088e
    linux-sgx: Implement POSIX calls based on getsockname and set/getbooloption (#1574) Jämes Ménétrey 2022-10-12 03:57:01 +0200
  • 159ce7f433 update macro coverage HangedFish 2022-10-11 23:28:03 +0800
  • 5f8f981394
    Merge pull request #645 from bytecodealliance/main Wenyong Huang 2022-10-11 21:01:30 +0800
  • 20bd032fbb Support backend threads compilation Wenyong Huang 2022-10-11 20:53:15 +0800
  • a16d95730c
    Merge pull request #644 from bytecodealliance/dev/refactor_llvm_jit Wenyong Huang 2022-10-11 16:50:47 +0800
  • 918e06e36d
    Upgrade to ORCv2 APIs (#1456) liang.he 2022-10-11 16:25:26 +0800
  • a8d7f42186 linux-sgx: remove useless NuttX filtering in POSIX backend. Jämes Ménétrey 2022-10-11 08:10:43 +0000
  • 5fbf532975 export_native_api.md: Relax the "ground rule" YAMAMOTO Takashi 2022-10-11 16:51:16 +0900
  • d56850599b delete useless code and update document TL 2022-10-11 13:51:35 +0800
  • 06e4362824 Fix tonibofarull 2022-10-11 06:48:58 +0200
  • c0e56e84fa update document TL 2022-10-11 11:30:47 +0800
  • 7e550e97a0
    Add more paths into pull_request.paths and push.paths (#1569) liang.he 2022-10-11 11:23:12 +0800
  • e70b62c3a2 build vscode extension TL 2022-10-10 16:17:05 +0800
  • 11d08f1d74 Add more paths into pull_request.paths and push.paths liang.he 2022-10-10 05:38:47 +0000
  • 4e7eedb29e linux-sgx: implement POSIX calls based on getsockname and set/getbooloption. Jämes Ménétrey 2022-10-07 08:32:16 +0000
  • d2fedd5365 wrap socket api with extern "C" HangedFish 2022-10-10 21:15:00 +0800
  • d9cdd4b2c6 Fix comments tonibofarull 2022-10-10 10:22:43 +0200
  • 8e3cbe540f
    Add a workflow to release wamr-sdk (#1563) liang.he 2022-10-10 17:38:56 +0800
  • 343ebfe088 add a workflow to release wamr-sdk liang.he 2022-10-07 06:17:57 +0000
  • a226c65521
    CI spec-test altogether (#1564) TianlongLiang 2022-10-10 15:29:16 +0800
  • 6fef8d6a2f
    Add workflow for releasing binaries (#1562) liang.he 2022-10-10 14:31:48 +0800
  • 1e2f47aead fix typo TL 2022-10-10 14:17:24 +0800
  • cc42c578d3 Flatbuffer alpine incompatibility tonibofarull 2022-10-04 19:43:08 +0200
  • 99376127b7 Fix tonibofarull 2022-10-04 18:19:12 +0200
  • 6908e70ff1 fix typo TL 2022-10-10 13:19:37 +0800
  • b132154664 fix typo TL 2022-10-09 15:10:41 +0800
  • ef7d6b9a21 add if condition for spec tests 32 and 64 TL 2022-10-09 15:08:03 +0800
  • 552bff4af0 typo fix TL 2022-10-08 18:18:47 +0800
  • 42640feaa9 add if condition for spec tests x86-32 TL 2022-10-08 17:26:17 +0800
  • 86635d9559 test spec all in one TL 2022-10-08 15:15:03 +0800
  • 4d97920563
    Optimize CI entry points (#1566) liang.he 2022-10-10 11:34:41 +0800
  • 4e8eda4e80 A workflow for releasing binaries liang.he 2022-10-03 16:46:50 +0000
  • 14dad1148b optimize CI entry points liang.he 2022-10-09 06:21:59 +0000
  • bf9449e791
    Add a wasm module clone example (#1502) liang.he 2022-10-09 17:28:37 +0800
  • e4f3493a7d
    Modify Github action workflows, remove check_repo and unify if syntax (#1543) TianlongLiang 2022-10-09 16:17:34 +0800
  • 32118caf81 Add a clone example liang.he@intel.com 2022-09-15 13:11:35 +0000
  • 885c6978ae fix typo TL 2022-10-08 16:05:15 +0800
  • a67972f77e fix yaml escape char TL 2022-10-08 15:35:30 +0800
  • 6dfe96420a remove unnecessary include in matrix TL 2022-10-08 15:00:24 +0800
  • 482a3d79fa remove check_repo related if TL 2022-10-08 13:14:40 +0800
  • 1e22d1a9e5
    Fix the "register native with iwasm" stuff for macOS (#1558) YAMAMOTO Takashi 2022-10-07 16:17:36 +0900
  • 5ddc335a7f
    Add timeout send/recv and multicast client/server socket examples (#1519) Callum Macmillan 2022-10-07 03:31:21 +0100
  • e2a3f0f387
    linux-sgx: Implement socket API getpeername, recvfrom and sendto (#1556) Jämes Ménétrey 2022-10-06 15:32:33 +0200
  • 3094b20bd8
    samples/native-lib: Fix exec_env type (#1557) YAMAMOTO Takashi 2022-10-06 21:21:21 +0900
  • 2b235bb67b Added failure labels and clean resources Callum Macmillan 2022-10-06 09:44:09 +0100
  • a445f7aa49 posix: check whether recvfrom has returned a sockaddr before reading it. Jämes Ménétrey 2022-10-06 10:03:35 +0000
  • 4d0f4b3203 posix: improve error handling for sockaddr struct conversion. Jämes Ménétrey 2022-10-06 08:57:34 +0000
  • b5d5e19296 linux-sgx: improve error handling for recvfrom, sendto and getpeername. Jämes Ménétrey 2022-10-06 08:44:04 +0000
  • c1fc80dd71 samples/native-lib: Fix exec_env type YAMAMOTO Takashi 2022-10-06 14:45:48 +0900
  • 9654421a5c samples/native-lib/README.md: Mention macOS YAMAMOTO Takashi 2022-10-06 14:31:59 +0900
  • ca2fd18833 core/shared/platform/darwin/platform_internal.h: macOS has dlopen YAMAMOTO Takashi 2022-10-06 14:31:36 +0900
  • 3d39303e59 Simplified other socket options examples Callum Macmillan 2022-10-05 16:30:25 +0100
  • 49a95538b5 Update cmakelist tonibofarull 2022-10-04 18:17:00 +0200
  • 80cf3b79f5 Parameterize tonibofarull 2022-10-04 17:58:33 +0200
  • 040d17e916 Fix tonibofarull 2022-10-04 16:26:41 +0200
  • d3e45d6fe7 Improve install tensorflow tonibofarull 2022-10-04 16:24:58 +0200
  • 030f5f5cca linux-sgx: implement getpeername, recvfrom and sendto. Jämes Ménétrey 2022-10-04 10:16:42 +0000