Commit Graph

  • 5aa1bd5252
    Provided changes to enable building of this file with both clang and clang++ dzobbe 2022-09-27 23:08:12 +0200
  • 910185a92b Clear some linking flags on macOS for the file sample. Jämes Ménétrey 2022-09-27 14:13:59 +0000
  • 20e96c7342 Make sure the SGX IPFS file pointers are released on map destroy. Jämes Ménétrey 2022-09-27 14:01:26 +0000
  • 01c2b418ba re-commit chenyuyang2022 2022-09-27 21:54:54 +0800
  • a58fa78786 fix bug in block import chenyuyang2022 2022-09-27 21:35:48 +0800
  • fe2360d611 fix bug in import BB chenyuyang2022 2022-09-27 21:26:53 +0800
  • 6407999012 Use a runtime to execute the file sample and add it to the CI. Jämes Ménétrey 2022-09-27 12:39:49 +0000
  • 14e0659f62 Allow passing custom error buffer to wasm_instance_new_with_args Marcin Kolny 2022-09-27 13:36:57 +0100
  • b16eb3419f Update the doc of SGX IPFS to enable the feature with the cmake flag. Jämes Ménétrey 2022-09-27 08:51:03 +0000
  • 98851092b7 Add missing static keywords. Jämes Ménétrey 2022-09-27 08:23:46 +0000
  • 62593973b3 Close the regular fd in case the IPFS file pointer cannot be opened. Jämes Ménétrey 2022-09-27 08:23:26 +0000
  • cf0cfc53e4
    Merge pull request #629 from bytecodealliance/main Wenyong Huang 2022-09-27 16:21:08 +0800
  • fa736d1ee9
    Fix syntax errors and undefined names in Python code (#1515) Christian Clauss 2022-09-27 09:57:08 +0200
  • e9ee5de9e2 update the jit_emit_function.c Septa2112 2022-09-27 10:50:50 +0800
  • 8436e88a07
    Fix link error for ESP-IDF 4.4.2 (#1520) dongsheng28849455 2022-09-27 09:00:38 +0800
  • 1f44677aaa Fix issue #1484 Dongsheng.Yan 2022-09-26 22:14:58 +0800
  • 3d56c8133c
    Fix NuttX build error after dev/socket was merged (#1517) YAMAMOTO Takashi 2022-09-26 21:06:14 +0900
  • d160511532 nuttx/platform_internal.h: include sys/socket.h for wasi YAMAMOTO Takashi 2022-09-26 18:04:32 +0900
  • 4f895676a3 posix_socket.c: Fix NuttX build YAMAMOTO Takashi 2022-09-26 17:43:55 +0900
  • b9b1cd94cc posix_socket.c: use socklen_t where appropriate YAMAMOTO Takashi 2022-09-26 17:43:15 +0900
  • 8f9892df98
    Merge some APIs of interp and AOT modes (#1509) Wenyong Huang 2022-09-26 15:20:11 +0800
  • 7c63b73ced modify comments Wenyong Huang 2022-09-26 09:08:17 +0800
  • b99c9dec83 Fix syntax errors and undefined names in Python code Christian Clauss 2022-09-24 21:41:59 +0200
  • c929c24f19
    Minor changes to enable building of this file with both clang and clang++ dzobbe 2022-09-23 23:12:01 +0200
  • 653ba1880d code style modification chenyuyang2022 2022-09-24 00:49:33 +0800
  • 62e578acdf code style modification chenyuyang2022 2022-09-24 00:42:19 +0800
  • 3693cbe54d
    Suppress hadolint warnings for pinning versions part (#1511) Hiroshi Hatake 2022-09-23 11:34:47 +0900
  • bdca1f92e1
    Merge pull request #628 from bytecodealliance/main Wenyong Huang 2022-09-23 09:32:45 +0800
  • 1ff04a9125
    Fix issue in wasm/aot enlarge memory (#1512) Wenyong Huang 2022-09-23 09:31:44 +0800
  • 594d819adc
    Minor changes to support compilation with both clang and clang++ dzobbe 2022-09-22 23:43:16 +0200
  • 78b5c5b484
    Merge dev/socket into main (#1393) Wenyong Huang 2022-09-22 21:46:14 +0800
  • 3b72408f74 Fix typo in wasm/aot enlarge memory Wenyong Huang 2022-09-22 20:42:25 +0800
  • 32d2d16908
    Fix Fast JIT issues reported by instrument test (#1488) Qiang 2022-09-22 19:37:59 +0800
  • 24d5211708 Fix memory enlarge issues Wenyong Huang 2022-09-22 18:06:20 +0800
  • bafcac97ed Verify the SGX IPFS pointer is not null before using it. Jämes Ménétrey 2022-09-22 09:51:32 +0000
  • 2e14f59d9a Restore the initial state of the posix.c file. Jämes Ménétrey 2022-09-22 09:38:05 +0000
  • beb83eb21b Move the IPFS logic to the platform specific FS. Jämes Ménétrey 2022-09-22 09:32:32 +0000
  • 9466767739
    Merge pull request #627 from bytecodealliance/main Wenyong Huang 2022-09-22 15:33:04 +0800
  • 9f32f1d5f6 Dix code style FromLiQg 2022-09-22 15:18:54 +0800
  • 4c8afb2e67 test-tools: wamr-ide: Suppress hadolint warnings Hiroshi Hatake 2022-09-22 16:14:28 +0900
  • ba549a59ff test-tools: wasm_django: Suppress hadolint warnings Hiroshi Hatake 2022-09-22 16:12:53 +0900
  • a46f876a92 devcontainer: Suppress hadolint warnings Hiroshi Hatake 2022-09-22 16:12:04 +0900
  • c11a3388e1 merge more APIs Wenyong Huang 2022-09-22 14:58:40 +0800
  • 382357c8a1
    Implement wasm module serialize and deserialize (#1485) liang.he 2022-09-22 14:29:35 +0800
  • 1bc8c222db Fix memory leak in jit_ir.c, and fix bh_assert failed in jit_emit_function.c FromLiQg 2022-09-22 14:22:43 +0800
  • ee210d019f
    Dockerfile lint errors fix (#1493) TianlongLiang 2022-09-22 13:06:11 +0800
  • 0b7b08822d fix build issue Wenyong Huang 2022-09-21 21:36:38 +0800
  • 0b4d3c5de2 remove zephyr Dockerfile TL 2022-09-21 15:02:40 +0800
  • 25395434b9 add Docker readme document TL 2022-09-20 15:17:52 +0800
  • 85511c0586 zephyr Dockerfile fixed TL 2022-09-20 11:03:26 +0800
  • 4723778cb6 Dockerfile tested, zephyr has errors TL 2022-09-19 15:42:15 +0800
  • 5eba881054 Dockerfile lint warning only DL3008 DL3013 left, remove ci/Dockerfile and resolve those who dependent on it TL 2022-09-16 17:33:19 +0800
  • dd484b89ca fix dockerfile linter warning: shell pipefail TL 2022-09-16 11:23:07 +0800
  • 7cdc6f34c1 fix some dockerfile linter warning TL 2022-09-15 16:30:57 +0800
  • b88b80aba4 fix dockerfile linter error, haven't tested yet TL 2022-09-15 13:36:04 +0800
  • e4c62bb294 wamrc: restore -fPIE flag Shengyun Zhou 2022-09-21 11:38:19 +0800
  • 3a1da39658 Merge branch 'main' into wamrc-cross-compile Shengyun Zhou 2022-09-21 11:28:34 +0800
  • 8dd1c8ab86
    Copy only received bytes from socket recv buffer into the app buffer (#1497) Callum Macmillan 2022-09-20 23:11:03 +0100
  • c9bbc1710c add 32-bit chenyuyang2022 2022-09-21 02:19:30 +0800
  • 75d8ae85c6 Fix commandline example in native-lib sample Miguel Herranz 2022-09-20 16:03:32 +0200
  • 70d4c3b7dc Remove unescessary size to copy check Callum Macmillan🍺 2022-09-20 13:33:21 +0000
  • 7cc322f295 Explicitely compare macro usages with zero. Jämes Ménétrey 2022-09-20 13:10:18 +0000
  • 8240a224ee Rename the symbols' names for cmake and make. Jämes Ménétrey 2022-09-20 12:29:33 +0000
  • ba3af0b196
    AOT: fix crash in dumping call stack when the AOT file doesn't contain custom name section (#1508) Shengyun Zhou 2022-09-20 20:47:17 +0800
  • db6701e1a8 Add size_to_copy argument to copy_buffer_to_iovec_app Callum Macmillan🍺 2022-09-20 09:55:02 +0000
  • aba3707529
    build_llvm.sh: enable to pass through arguments (#1506) YAMAMOTO Takashi 2022-09-20 18:54:50 +0900
  • 07b078f92e
    Update aot_runtime.c Wenyong Huang 2022-09-20 17:51:05 +0800
  • 3e4b9110d6 wamrc: support installing wamrc Shengyun Zhou 2022-09-20 16:30:45 +0800
  • 2d36da3d9f Normalize the new code in last commit Shengyun Zhou 2022-09-20 14:59:00 +0800
  • ab3ad535ab
    core/iwasm/compilation/debug/dwarf_extractor.cpp: remove dead code (#1507) YAMAMOTO Takashi 2022-09-20 15:43:29 +0900
  • d1feb2a590 Merge some APIs of interp and AOT modes Wenyong Huang 2022-09-20 12:54:23 +0800
  • 96d79ceec2
    Merge pull request #626 from bytecodealliance/dev/refactor_interp_module_inst Wenyong Huang 2022-09-20 12:52:03 +0800
  • 64c0b15c52
    loader: Sub local count can be 0 (#1504) Wenyong Huang 2022-09-20 12:40:24 +0800
  • 92be87ffde AOT: fix crash in dumping call stack when the AOT file does not contain name section Shengyun Zhou 2022-09-20 11:00:11 +0800
  • c072b5172c
    Assert on correct parameters (#1505) Marcin Kolny 2022-09-20 01:58:02 +0100
  • 1d84ea0284 core/iwasm/compilation/debug/dwarf_extractor.cpp: remove dead code YAMAMOTO Takashi 2022-09-20 09:46:08 +0900
  • ff7a8c90af build_llvm.sh: pass through arguments YAMAMOTO Takashi 2022-09-20 09:43:09 +0900
  • eff4fdd1ea Implement serialize and deserialize liang.he@intel.com 2022-09-14 02:26:44 +0000
  • aad562be96 Assert on correct parameters Marcin Kolny 2022-09-19 22:37:57 +0100
  • 1af870b41f
    Unify AOT/interp module inst's tables member (#1503) Wenyong Huang 2022-09-19 18:04:51 +0800
  • aaafbe2a9e loader: Sub local count can be 0 Wenyong Huang 2022-09-19 17:55:54 +0800
  • 83e36c8be9 Unify AOT/interp module inst's tables member Wenyong Huang 2022-09-19 14:53:58 +0800
  • a8d0bbfea9 call jit_invoke_native if native func ptr is NULL Septa2112 2022-09-19 13:54:02 +0800
  • fc5a1b7261 wamrc: link static libssp for MinGW Shengyun Zhou 2022-09-19 11:45:46 +0800
  • b8ea204708 wamrc: link LLVM shared lib only if exists Shengyun Zhou 2022-09-19 11:44:35 +0800
  • 5aa20be6e4
    Merge pull request #624 from bytecodealliance/dev/refactor_interp_module_inst Wenyong Huang 2022-09-19 11:19:02 +0800
  • 294c3ccefa wamrc: support MinGW cross-compiling on non-win32 platforms Shengyun Zhou 2022-09-19 10:16:47 +0800
  • 58bbb7c0c1
    Unify wasm module instance and aot module instance (#1495) Wenyong Huang 2022-09-19 09:03:38 +0800
  • 046f5f2212
    Fix Windows/MSVC build issues (#1498) Daniel Ludwig 2022-09-17 15:16:38 +0200
  • 12bbb9189c
    source_debugging.md: Add some notes about AOT debug (#1496) YAMAMOTO Takashi 2022-09-17 22:01:29 +0900
  • 783046e782 fix code style Daniel Ludwig 2022-09-16 17:09:04 +0200
  • b2f15f0e6e
    Update wasi_socket_ext.c dzobbe 2022-09-16 17:05:46 +0200
  • f49d7a8e4e fix msvc compile Daniel Ludwig 2022-09-16 14:44:45 +0200
  • ac4931c7ec fix WAMR build script Daniel Ludwig 2022-09-16 14:39:56 +0200
  • a8b45fbaf1 Copy min amount from recv buffer Callum Macmillan🍺 2022-09-15 14:41:00 +0000
  • f5939c7bc1
    Fix AOT debug for macOS (#1494) YAMAMOTO Takashi 2022-09-16 19:54:04 +0900
  • daf6e53f58 ATTRIBUTIONS.md: Update for NuttX ELF headers YAMAMOTO Takashi 2022-09-16 17:15:48 +0900
  • 579b82b601 source_debugging.md: Add some notes about AOT YAMAMOTO Takashi 2022-09-16 09:23:22 +0900
  • a453baba7f Unitfy wasm module instance and aot module instance Wenyong Huang 2022-09-16 14:57:30 +0800
  • 0d09ef19e6 elf.h: Apply clang-format YAMAMOTO Takashi 2022-09-16 13:37:41 +0900