HackerTrans
トップ新着トレンドコメント過去質問紹介求人

_6zfa

no profile record

コメント

_6zfa
·4 年前·議論
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.
_6zfa
·4 年前·議論
My employer, wasmer.io is doing exactly that. You can contact the CEO directly to discuss how it can solve your problems.
_6zfa
·4 年前·議論
It was completely a joke as mentioned in the article :) It's not actually a blockchain, just a very crude linear merkle tree. The point is that pets are appended into the blockchain, and if enough blocks get appended that don't mention your pet's birth hash, your pet is "dead" like tamagotchi. You can read it in the article in detail.

It was an absurd application of "blockchain" in order to have a demo app to try to run on AWS Lambda within some hours and it worked! :)
_6zfa
·4 年前·議論
wasmer (as a rust library) + .wasm payload was a 5.5MB .zip file uploaded to Lambda (should have mentioned that in the article). This was without size/speed optimization as the goal.