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

https://github.com/sentriz/taglib-string-wasm-repro

reproduction of a issue with TagLib::String compiled to 32 bit WASM
https://github.com/sentriz/taglib-string-wasm-repro

Last synced: 10 months ago
JSON representation

reproduction of a issue with TagLib::String compiled to 32 bit WASM

Awesome Lists containing this project

README

          

# build wasm
docker run -it -v $PWD:/pwd -w /pwd ghcr.io/webassembly/wasi-sdk /opt/wasi-sdk/bin/clang++ -target wasm32-wasi --sysroot /opt/wasi-sdk/share/wasi-sysroot main.cpp -Wl,--allow-undefined -o main.wasm

# run
docker run -it -v $PWD:/pwd -w /pwd golang:1.23.3 sh -c "go get . && go run main.go"