Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/wamr: add WAMR to provide WASM support in RIOT #15329

Merged
merged 13 commits into from
Mar 2, 2022

Commits on Feb 11, 2022

  1. pkg/wamr: add WAMR to provide WASM support in RIOT

    * config.cmake configures wamr build
    * native thumb and mips
    * riscv support
    * switchable commit id
      defaults to main until PR:WIP is removed
    kfessel committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5198dc4 View commit details
    Browse the repository at this point in the history
  2. example/wasm: a basic wamr example

    * using makefile blobs
    * improve usability of example
    * add sample with memory saving Makefile
    kfessel committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4cc9bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df057e0 View commit details
    Browse the repository at this point in the history
  4. example/wasm: simplify example extend sample

    * uneventise example
    kfessel committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    51c94a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57e380d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf6e882 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1de3f65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20cb961 View commit details
    Browse the repository at this point in the history
  9. example/wasm: add Makefile.ci

    kfessel committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8c617ab View commit details
    Browse the repository at this point in the history
  10. pkg/wamr: update wamr

    kfessel committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9e05357 View commit details
    Browse the repository at this point in the history
  11. pkg/wamr: remove support for architectures

    * for which no working assembly invokeNative is provided
    kfessel committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    227f57d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    fc1f44a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. example/wasm: remove allocator selection

    add comment refering to the wasm header instead
    kfessel committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3400819 View commit details
    Browse the repository at this point in the history