Stream: general

Topic: Wasmtime user spotted!


view this post on Zulip Benjamin Bouvier (Aug 31 2020 at 13:45):

I was curious about Motoko, a new blockchain specific programming language that compiled to Wasm directly, and while looking at the tests, spotted a wild use of wasmtime! https://github.com/dfinity/motoko-base/blob/master/test/Makefile#L33
So it might be that Dfinity is using wasmtime in production \o/

To offer a seamless developer experience, we wanted to create a specialized programming language, called Motoko, that is designed to directly support the programming model of the Internet Computer, making it easier to efficiently build applications and take advantage of some of the more unusual features of this platform.
The Motoko base library. Contribute to dfinity/motoko-base development by creating an account on GitHub.

view this post on Zulip Benjamin Bouvier (Oct 14 2020 at 15:31):

Another user spotted in the wild: Embark Studios (hi!) :-) https://twitter.com/Ca1ne/status/1308731752240885761

So we got kind of got swamped with applications for the intern positions on my team, and I'm kind of terrified of what the magnitude of the response would have been if we had put: "Interns may also be given the ultimate privilege of deleting large swaths of code". https://twitter.com/Ca1ne/status/1308731752240885761/photo/1

- Jake Shadle (@Ca1ne)

view this post on Zulip boyned//Kampfkarren (Oct 22 2020 at 21:32):

hey, i have a wasm module i'm trying to use with the wasmtime crate and it requires a bunch of imports like fd_read, proc_exit, etc. i noticed all these are provided with wasi-common, but i can't figure out a way to connect the two together

view this post on Zulip Dan Gohman (Oct 22 2020 at 21:35):

This page shows how to enable WASI when using the wasmtime API: https://bytecodealliance.github.io/wasmtime/examples-rust-wasi.html

view this post on Zulip boyned//Kampfkarren (Oct 22 2020 at 21:37):

looks like exactly what i want, thanks for the quick response!


Last updated: Oct 23 2024 at 20:03 UTC