Add basic support for precompiling plugins

This commit is contained in:
Isaac Clayton 2022-07-07 11:34:12 +02:00
parent 895747476f
commit a16fc2ba0c
5 changed files with 51 additions and 12 deletions

View file

@ -13,3 +13,6 @@ serde_json = "1.0"
bincode = "1.3"
pollster = "0.2.5"
smol = "1.2.5"
[build-dependencies]
wasmtime = "0.38.1"