Skip to content

extism/python-pdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python PDK

Warning: This is not a working component yet. Just an experiment.

This is an experiment to get python working in an Extism PDK.

There are two options I've been exploring:

Ideally we could use CPython itself. But open to just getting something working for the time being.

Discussion can be found on issue #1 and in our Discord #python-pdk channel.

Develop

git clone --recurse-submodules https://github.com/extism/python-pdk.git
cd python-pdk
rustup target add wasm32-wasi
cargo build --target wasm32-wasi
extism call  target/wasm32-wasi/debug/python_pdk.wasm eval --input="1 + 2" --wasi

About

[Experimental] WIP Extism PDK for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages