Replies: 1 comment 1 reply
-
No. Currently, we can only use inline wasm like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have
lib.wasm
file compiled by zig. It exports two functionsadd and mult
. I want to now use this in moonbit. How do I go about doing this in moonbit? The doc mentions using .wasm modules in via javascript. However, I want to be able to use it from moonbit. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions