An open API service indexing awesome lists of open source software.

https://github.com/pannous/test-lld-wasm

Minimal example of how to merge/concat/link/combine two wasm files.
https://github.com/pannous/test-lld-wasm

clang example linking lld minimal wasm wasm-ld webassembly

Last synced: about 1 year ago
JSON representation

Minimal example of how to merge/concat/link/combine two wasm files.

Awesome Lists containing this project

README

          

# test-lld-wasm
try to merge/concat/link/combine two wasm files via wasm-ld
`compile.sh`
`compile-via-wat.sh`

Maybe it's not a bug, but incorrect usage from our side. We ran into similar problems as this blog post:

```
wasm-ld --entry main lib.wasm main.wasm -o linked.wasm
wasm-ld: error: entry symbol not defined (pass --no-entry to supress): main
```

Update: It works