This builds successfully and works with both the x/embed and x/extend directory examples on the following linux.
root@01c3e7d46b0a:/usr/src/k# uname -a
Linux 01c3e7d46b0a 6.5.11-linuxkit #1 SMP PREEMPT Wed Dec 6 17:08:31 UTC 2023 x86_64 GNU/Linux
root@01c3e7d46b0a:/usr/src/k#
I tried testing ktye's sqlite extension but ran into odd issues with Docker on Mac.
I'm pretty confident in the change though.
I also added a Docker file with the thought that it might be an easy description of a "supported platform". I hope to also set up some automated testing.
This builds successfully and works with both the `x/embed` and `x/extend` directory examples on the following linux.
```
root@01c3e7d46b0a:/usr/src/k# uname -a
Linux 01c3e7d46b0a 6.5.11-linuxkit #1 SMP PREEMPT Wed Dec 6 17:08:31 UTC 2023 x86_64 GNU/Linux
root@01c3e7d46b0a:/usr/src/k#
```
I tried testing ktye's [sqlite](https://github.com/ktye/i/tree/master/%2B/sqlite) extension but ran into odd issues with Docker on Mac.
I'm pretty confident in the change though.
I also added a Docker file with the thought that it might be an easy description of a "supported platform". I hope to also set up some automated testing.