Commit Graph

  • 2fb5c35159 samples/native-stack-overflow: add another test YAMAMOTO Takashi 2024-04-23 16:47:49 +0900
  • 74d9659e22 samples/native-stack-overflow: -fstack-usage YAMAMOTO Takashi 2024-04-22 13:55:19 +0900
  • 262075db02 host_consume_stack_and_call_indirect: add an ad-hoc overflow detection YAMAMOTO Takashi 2024-04-22 13:53:11 +0900
  • b511ad9c50 samples/native-stack-overflow/wasm-apps: comment out redundant logic YAMAMOTO Takashi 2024-04-22 13:19:16 +0900
  • 740a48d3d8 canary YAMAMOTO Takashi 2024-04-22 13:16:43 +0900
  • ee0ff4f370 add a simple canary for temporal debugging YAMAMOTO Takashi 2024-04-22 12:46:59 +0900
  • 671d6cc523 samples/native-stack-overflow: comment YAMAMOTO Takashi 2024-04-22 12:46:32 +0900
  • 09b084281f samples/native-stack-overflow/clean.sh: rm -f YAMAMOTO Takashi 2024-04-22 12:44:17 +0900
  • b7cf6d0587 samples/native-stack-overflow/wasm-apps: comment YAMAMOTO Takashi 2024-04-22 12:43:11 +0900
  • 230213b3ad samples/native-stack-overflow/wasm-apps: disable_tail_calls YAMAMOTO Takashi 2024-04-22 12:42:05 +0900
  • e0923a8cb9 samples/native-stack-overflow/run.sh: add interpreter w/o hw bound check YAMAMOTO Takashi 2024-04-22 12:40:49 +0900
  • 9d6d3466ff
    Fix a few native stack address calculations (#3351) YAMAMOTO Takashi 2024-04-24 17:39:38 +0900
  • 7512c0b79c fix build error Wenyong Huang 2024-04-24 16:23:36 +0800
  • 09a5be411f
    Reduce WASM_STACK_GUARD_SIZE a bit for posix-like platforms (#3350) YAMAMOTO Takashi 2024-04-24 17:18:58 +0900
  • ca5209cd9c
    doc: Add ADOPTERS.md (#3324) Wenyong Huang 2024-04-24 16:17:00 +0800
  • e185eaa5bf fix typo Wenyong Huang 2024-04-24 16:15:41 +0800
  • f0aee7529a Enhance wasm loader checks for opcode br_table Wenyong Huang 2024-04-24 16:08:16 +0800
  • 6aa7cb85f6
    Add WASI support for esp-idf platform (#3348) dongheng 2024-04-24 14:46:38 +0800
  • 7484c8b17a .github/workflows/spec_test_on_nuttx.yml: use non-zero WASM_STACK_GUARD_SIZE YAMAMOTO Takashi 2024-04-24 15:38:49 +0900
  • 2599759096 core/shared/platform/common/posix: remove an extra guard page YAMAMOTO Takashi 2024-04-24 14:18:48 +0900
  • 8639cbacff runtime_signal_handler: fix guard page range YAMAMOTO Takashi 2024-04-22 13:12:30 +0900
  • 0f043dcc42 Remove extra +1 from native stack guard page calculations YAMAMOTO Takashi 2024-04-22 13:10:22 +0900
  • ffc5d9626e Reduce WASM_STACK_GUARD_SIZE a bit for posix-like platforms YAMAMOTO Takashi 2024-04-24 14:11:44 +0900
  • afbd8d792f Add WASI support for esp-idf platform. Dong Heng 2024-04-23 19:08:24 +0800
  • 1d3a25f583
    Bump actions/checkout from 3 to 4 dependabot[bot] 2024-04-23 09:16:36 +0000
  • 0aeef69d23
    Update binary size info in README.md (#3030) Huang Qi 2024-04-23 17:15:53 +0800
  • 98ad36e35a
    core/config.h: Bump the default WASM_STACK_GUARD_SIZE (#3344) YAMAMOTO Takashi 2024-04-23 17:51:47 +0900
  • 6a322f6a58 Update binary size info in README.md Huang Qi 2024-01-16 10:54:55 +0800
  • 0e6dfa1b38 Revert WASM_STACK_GUARD_SIZE to 1024 for non-posix platforms YAMAMOTO Takashi 2024-04-23 15:57:47 +0900
  • 1e1fffc02b core/config.h: Bump the default WASM_STACK_GUARD_SIZE YAMAMOTO Takashi 2024-04-22 13:27:40 +0900
  • 6f18fe9bac
    Add WASI support for esp-idf platform in release/1.3.x (#3334) dongheng 2024-04-23 11:52:01 +0800
  • 990cc4e771 Add WASI support for esp-idf platform in release/v1.3.x. Dong Heng 2024-04-19 19:02:56 +0800
  • b38e18d9d1 Cumulative fixes for release/1.3.x Wenyong Huang 2024-04-22 17:43:03 +0800
  • 7bdea3c2ae
    Add some more comments on WASM_STACK_GUARD_SIZE (#3341) WAMR-2.0.0 YAMAMOTO Takashi 2024-04-22 16:00:09 +0900
  • 18d363029c
    wasm loader: Fix checks for opcode ref.func and opcode else (#3340) Wenyong Huang 2024-04-22 14:44:45 +0800
  • a6e008bca7
    document: Update description about segue opt, update README (#3338) Wenyong Huang 2024-04-22 14:34:52 +0800
  • 6ad1ebf812 Add some more comments on WASM_STACK_GUARD_SIZE YAMAMOTO Takashi 2024-04-22 13:50:09 +0900
  • 67dc2ae0b2
    Fix readdir for posix (#3339) komasayuki 2024-04-22 14:54:19 +0900
  • bab534d954 set initial value for mem_offset_type Wenyong Huang 2024-04-22 11:19:20 +0800
  • afcd2aca30 fix mini loader PUSH_MEM_OFFSET/POP_MEM_OFFSET macro Wenyong Huang 2024-04-22 11:08:13 +0800
  • 24b2b52729 Fix clang-format-12 warnings Masayuki Kondo 2024-04-22 11:23:47 +0900
  • 9bce0ebcee Fix readdir for posix Masayuki Kondo 2024-04-22 11:02:24 +0900
  • beba30699a wasm loader: Fix checks for opcode ref.func and else Wenyong Huang 2024-04-22 10:00:49 +0800
  • b17c5fd5df document: Update description about segue opt, update README (#3327) Wenyong Huang 2024-04-20 10:16:34 +0800
  • e7a8b3e743
    Update version number to 2.0.0 and update release notes (#3327) Wenyong Huang 2024-04-20 10:16:34 +0800
  • 4341ab9cd7 remove duplicated commit log in release notes Wenyong Huang 2024-04-20 09:46:36 +0800
  • 27b3133d73 update release notes, update code format for wasm_export.h, add '\n' in sgx platform os_printf Wenyong Huang 2024-04-20 09:19:23 +0800
  • b4ae0cfb8a
    Merge pull request #908 from bytecodealliance/main Wenyong Huang 2024-04-20 09:03:47 +0800
  • 8253c417a8
    Add functions to expose module import/export info (#3330) Benbuck Nason 2024-04-19 17:57:39 -0700
  • 2e7d41770e Clean up style issues Benbuck Nason 2024-04-19 17:25:58 -0700
  • 5e70532e20 delete zephyr_errno.h and use libc_errno.h lucas 2024-04-19 14:58:44 +0200
  • d6eac93b86 Cleanup + add Flag to ignore errors lucas 2024-04-19 11:48:13 +0200
  • fd7f738451
    Allow executing malloc/free from native in memory64 mode (#3315) Marcin Kolny 2024-04-19 10:15:54 +0100
  • 1f94148031 Allow executing malloc/free from native in memory64 mode Marcin Kolny 2024-04-12 13:49:30 +0000
  • 902aa525d1
    Fix windows relocation string parsing issue (#3333) Wenyong Huang 2024-04-19 16:09:03 +0800
  • d6e8d224ce
    Add native-stack-overflow sample (#3321) YAMAMOTO Takashi 2024-04-19 16:49:09 +0900
  • 980bd858cd update description of Prime Video Wenyong Huang 2024-04-19 15:44:24 +0800
  • 214345aa42
    Merge branch 'bytecodealliance:main' into zephyr-socket-support Lucas Abad 2024-04-19 08:21:58 +0200
  • b02eaa0b0e Add native-stack-overflow sample YAMAMOTO Takashi 2024-04-16 21:39:21 +0900
  • bec2ce1960 Fix windows relocation string parsing issue Wenyong Huang 2024-04-19 11:53:19 +0800
  • f6481cedec
    Add a comment on WASM_STACK_GUARD_SIZE (#3332) YAMAMOTO Takashi 2024-04-19 11:19:59 +0900
  • 6ec840d3e3 Fixes and cleanup for import/export apis Benbuck Nason 2024-04-18 11:01:34 -0700
  • 5189aa73be change color of Undisclosed, update Midokura's description Wenyong Huang 2024-04-18 22:05:32 +0800
  • ba59e56e19
    User defined memory allocator for different purposes (#3316) dongsheng28849455 2024-04-18 19:40:57 +0800
  • edf7400ce5 Add a comment on WASM_STACK_GUARD_SIZE YAMAMOTO Takashi 2024-04-18 15:44:19 +0900
  • acce5b74b4
    Merge branch 'main' into feature/user_classified_mem_mng dongsheng28849455 2024-04-18 13:08:12 +0800
  • 68bd30c6f9
    Enhance GC subtyping checks (#3317) Wenyong Huang 2024-04-18 12:32:01 +0800
  • 25c78af6b3 update following the reivew comments Dongsheng.Yan 2024-04-18 11:13:43 +0800
  • 91dd6f0a0e Link libc++ statically to reduce runtime dependency of wamrc Huang Qi 2024-04-18 09:42:46 +0800
  • 859ead7185 Add functions to expose module import/export info Benbuck Nason 2024-04-17 09:51:19 -0700
  • 8a27f5b064 import http sample lucas 2024-04-17 16:21:02 +0200
  • 98bf69cf89 Try to compile with WAMR_BUILD_LIBC_WASI lucas 2024-04-17 16:15:46 +0200
  • ae61ffc35e Update version number to 2.0.0 and update release notes Wenyong Huang 2024-04-17 16:59:27 +0800
  • d39d2ba3ca
    Fix posix_fadvise error handling (#3323) Yage Hu 2024-04-17 01:06:25 -0700
  • a2f1c951fc update order Wenyong Huang 2024-04-17 13:51:57 +0800
  • 1ec2f5b264 add WASM_MEM_ALLOC_WITH_USAGE in wamr.mk HongxiaWangSSSS 2024-04-17 12:02:55 +0800
  • f4bc3f3ab2 update Intel description of use, update runwasi Wenyong Huang 2024-04-17 11:03:18 +0800
  • 976a4e5828 doc: Add ADOPTERS.md Wenyong Huang 2024-04-17 10:39:39 +0800
  • e52119329d
    Fix posix_fadvise error handling Yage Hu 2024-04-16 18:46:52 -0700
  • 3dfef852dc fix update dynamic_offset in op else Wenyong Huang 2024-04-17 07:27:38 +0800
  • b6d5673582 fix type index check Wenyong Huang 2024-04-16 17:12:07 +0800
  • 30426be82c
    Refactor CodeQL CI (#3319) TianlongLiang 2024-04-16 16:32:47 +0800
  • 5ba58a6c94 add license header TL 2024-04-16 14:31:32 +0800
  • f24565ce60 move codeql scripts to scripts directory and only error if it's not dismissed before and likely to be an actual error TL 2024-04-16 10:24:55 +0800
  • 42199f163e
    Log warning if growing table failed (#3310) liang.he 2024-04-15 18:29:54 +0800
  • b4571805fe fix func type check in call_ref Wenyong Huang 2024-04-15 18:18:04 +0800
  • 21ca53451d rename WAMR_MEM_ALLOC_WITH_USAGE to WAMR_BUILD_MEM_ALLOC_WITH_USAGE HongxiaWangSSSS 2024-04-15 14:13:26 +0800
  • 3e1d6272be Log warning if growing table failed liang.he@intel.com 2024-04-12 07:53:28 +0000
  • f5eee38268 fix coding guideline check Wenyong Huang 2024-04-15 12:42:43 +0800
  • ed64df9259 fix init table data in aot instantiation Wenyong Huang 2024-04-15 12:25:30 +0800
  • 95a4731a50 Enhance GC feature Wenyong Huang 2024-04-15 10:40:55 +0800
  • 888108264e revert incorrect string definition HongxiaWangSSSS 2024-04-15 10:12:08 +0800
  • 024340a685 Merge branch 'feature/user_classified_mem_mng' of github.com:dongsheng28849455/wasm-micro-runtime into feature/user_classified_mem_mng HongxiaWangSSSS 2024-04-15 10:01:34 +0800
  • 20debc26e7 add WAMR_MEM_ALLOC_WITH_USAGE on nuttx platform HongxiaWangSSSS 2024-04-15 09:59:39 +0800
  • 468aa43191 clang format the code Dongsheng.Yan 2024-04-15 09:41:46 +0800
  • 9d01595a70 move the CONFIG_WAMR_MEM_ALLOC_WITH_USAGE in nuttx Dongsheng.Yan 2024-04-15 09:30:43 +0800
  • bcb5cde2af use realloc_func to enlarge memory Dongsheng.Yan 2024-04-15 09:07:45 +0800
  • 0dd952121c Merge branch main into dev/gc_refactor Wenyong Huang 2024-04-12 11:49:36 +0800
  • fef26ead3e
    addr2line.py: Support sourceMappingURL section produced by emcc (#3302) liang.he 2024-04-12 11:43:40 +0800
  • 1a043b6eb5
    Bump actions/upload-artifact from 3 to 4 (#3308) dependabot[bot] 2024-04-12 11:34:06 +0800