Skip to content
/ dev-wasm-pascal Public template

Devcontainer for easy WASM/WASI development in Pascal

License

Notifications You must be signed in to change notification settings

dev-wasm/dev-wasm-pascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devcontainer WASM-Pascal

Simple devcontainer for Pascal development

Usage

Github Codespaces

Just click the button:

Open in GitHub Codespaces

Visual Studio Code

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.

Building and Running

Getting Started

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 .

Serving web requests

Coming soon

About

Devcontainer for easy WASM/WASI development in Pascal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published