Skip to content

Fix binary conflict by removing wasm and using build script#2

Open
modelclixxo wants to merge 4 commits intomainfrom
jlzke5-codex/wamr-runtime-für-wasm-wasip2-anpassen

Hidden character warning

The head ref may contain hidden characters: "jlzke5-codex/wamr-runtime-f\u00fcr-wasm-wasip2-anpassen"
Open

Fix binary conflict by removing wasm and using build script#2
modelclixxo wants to merge 4 commits intomainfrom
jlzke5-codex/wamr-runtime-für-wasm-wasip2-anpassen

Conversation

@modelclixxo
Copy link
Owner

Summary

  • drop Git LFS tracking and treat shell scripts as text
  • take hello.wasm out of version control
  • add a small build script to generate the Wasm sample
  • document running the script before executing the sample
  • remove Git LFS recommendation from contributing guide

Testing

  • cmake -S product-mini/platforms/linux -B build -DWAMR_BUILD_LIBC_WASIP2=1 -DWAMR_BUILD_LIBC_WASI=0
  • cmake --build build -j$(nproc)
  • sudo apt-get install -y wabt
  • cd samples/wasip2-hello && ./build.sh
  • ../../build/iwasm -f _start hello.wasm

https://chatgpt.com/codex/tasks/task_e_684161e68c5c8320a946f0cd8f128c2e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant