Skip to content

A demo Wasm module writtein in Swift that leverages the waPC standard

License

Notifications You must be signed in to change notification settings

flavio/wapc-swift-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wapc-swift-demo

This project shows how to write a simple Wasm module in Swift that leverages the waPC protocol via the wapc-guest-swift SDK.

Building

Ensure you have the Swiftwasm compiler installed.

Building the project can be done using SwiftPM:

$ swift build --triple wasm32-unknown-wasi -c release

If you have either podman or docker installed on your machine, this can be done with:

$ make containerized-release

About

A demo Wasm module writtein in Swift that leverages the waPC standard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published