-
Notifications
You must be signed in to change notification settings - Fork 1
Update wasmer? #22
Comments
Yeah definitely possible. I haven't touched it since I got a Mac M1 (#20), because I could not compile it. I also have not followed the development of wasmer (and wasmtime) in recent months and things will likely break I guess. |
I don't think the issue is M1 related, but I'll try it on Intel as well. I think |
Latest wasmer should support and compile on macOS M1 (I'm writing here from a M1 Max!), let me know if we can help on anything there :) |
Ok, will try to make a PR 🤞 |
The current implementation relies heavily on the API exposed in wasmer-c-api. Good examples are now here: https://docs.wasmer.io/integrations/examples I think it will make sense to rewrite the C++ part. |
I think it make sense to completely rewrite it and move it very closely to the Wasmer API, similar to the other language bindings. With classes/functions for concepts like |
I cannot build it now on macOS with the latest (
rustup update
) tools:updating the wasmer version to 0.17.1 does not help, either.
Do you think it is possible to move to the new wasmer crate?
The text was updated successfully, but these errors were encountered: