For JS guest applications (made possible in slight v0.5.0), all capability linkage must be enabled. This is because all capabilities are baked into the SlightJS engine, and so it expects them to be available in Wasmtime. If not, we get this error:
This does not impact applications that don't require all capabilities linked, as those are still added to our capability store later on. All this those is link them in Wasmtime.
For JS guest applications (made possible in slight v0.5.0), all capability linkage must be enabled. This is because all capabilities are baked into the SlightJS engine, and so it expects them to be available in Wasmtime. If not, we get this error:
This does not impact applications that don't require all capabilities linked, as those are still added to our capability store later on. All this those is link them in Wasmtime.