Kevin D Smith

Results 42 comments of Kevin D Smith

Hmm, I'm not having any luck with this. If I run the following, it works as expected: ``` # Add standard library modules wasi-vfs pack udf-quickjs.wasm --mapdir "/app::./app" --mapdir "/lib::./lib"...

Wait a second, things just got weird. If I reverse the order of the pack commands so that `/app` is first and `/lib` is second, it does work...