-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Currently the system uses the default encoder.
We should add support for:
- singlepass
- cranelift
- llvm
$instance = Wasm\InstanceBuilder::fromWat($wat)
->withCompiler(Wasm\Compiler::LLVM)
->build();
https://wasmerio.github.io/wasmer-python/api/wasmer/wasmer.html#engine
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Todo