Closed drhuffman12 closed 1 year ago
It looks like I have lld-10
already installed, which apparently comes with wasmld
, based on https://command-not-found.com/wasm-ld .
$ sudo apt-get install lld-10
Reading package lists... Done
Building dependency tree
Reading state information... Done
lld-10 is already the newest version (1:10.0.0-4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I tried to build
src/main.cr
via:... and was told I still need
wasm-ld
:Where/how do I get
wasm-ld
installed? (I'm on Linux Mint.)See: https://github.com/drhuffman12/crystal-web-example