Simple devcontainer for Pascal development
Just click the button:
Note this assumes that you have the VS code support for remote containers and docker
installed
on your machine.
git clone https://github.com/dev-wasm/dev-wasm-pascal
cd dev-wasm-pascal
code ./
Visual studio should prompt you to see if you want to relaunch the workspace in a container, you do.
main.pp
is a simple console application that prints a message, writes a file to disk and
then copies that file to a different file
fpcwasm main.pp
wasmtime main.wasm --dir .
Coming soon