lens-vm / lens

Mozilla Public License 2.0
169 stars 5 forks source link

feat: Add wasmtime runtime #59

Closed AndrewSisley closed 8 months ago

AndrewSisley commented 8 months ago

Relevant issue(s)

Resolves #58

Description

Adds the wasmtime runtime and sets it to default.

Is nice to have in its self, and is probably currently the best runtime for us in most cases - am planning on switching Defra to this (instead of wazero).

Code is pretty much a copy paste of the wasmer runtime with a few small tweaks. They both follow very similar patterns.

How has this been tested?

Specify the platform(s) on which this was tested:

AndrewSisley commented 8 months ago

Going to merge before windows testing has been completed. 2 OSs is better than 0 :)