Replies: 2 comments 13 replies
-
Yes, and it's even supported today. If you compile the |
Beta Was this translation helpful? Give feedback.
-
I've got some time today to fiddle with this and I must say that binaryen is trying hard not to get compiled to basic WASM module ;) I've made quite a few variations of the
This gets me a WASM file without any JS file, and now I can see the names of the functions. It's not clear to me if that is a pure WASI since there are functions like
@stephanos FYI ☝️ |
Beta Was this translation helpful? Give feedback.
-
I'd love to use binaryen from Java. I've even started preparing a wrapper, which is kinda painful since I've had to generate Windows DLL by tweaking cmake.
Then it hit me - it would all be solved by having binaryen be a wasm module as well, since there are solutions to run WASM from Java.
Is something like this possible?
Beta Was this translation helpful? Give feedback.
All reactions