I’ve created an ICP handler.
Is emcc a viable toolchain for compiling to ICP?
It compiles successfully if I:
- pass
--host wasm32 - remove this from LDFLAGS
-Xlinker\ stack-size=16777216
Alternatively, I could try to adapt the wasi handler (starting at line 62). But I rememer you said wasi isn’t supported, so I suspect i gain nothing from the extra complexity that one contains
Cheers