Skip to content

Support multiple compilers #14

@veewee

Description

@veewee

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions