Hacker News new | ask | show | jobs
by _6zfa 1402 days ago
This is mentioned in the first post of the blog post series that is mentioned in the first sentence of the article!

The gist is, use `wasmer create-exe --target other-target-triple` to cross-compile with zig (if available) to the targets wasmer compiler backends (llvm, cranelift, and our custom "singlepass" backend) support.

Disclaimer: I am the author of those features/git commits.