vasilev
vasilev
@Kekomi For snaps support, take a look at https://github.com/graysky2/profile-sync-daemon/pull/335.
@graysky2, could you please take a look?
Converted to draft. Work in progress. This solution needs more testing due to possible race conditions during system startup. PSD service may start before Snap-related services, so `$XDG_RUNTIME_DIR/snap.$SNAP_INSTANCE_NAME/` directories may...
As far as I can understand, the creation of `$XDG_RUNTIME_DIR/snap.$SNAP_INSTANCE_NAME/` is [disabled](https://github.com/snapcore/snapd/blob/release/2.57/cmd/snap-confine/snap-confine.c#L465-L467) in current version of `snap-confine`. And that directory is created by some BASH script using `mkdir -p`, possibly...
Edit: The fix was accepted, so REPL built from `basicwasm`'s current master works OK now.
Looks like you need to register assemblies in your `web.config`. Refer to [example](https://stackoverflow.com/a/24220588). Please update your picture above to hide your private information.
@rkononov Added an example and updated the README .