I'm trying to generate externals for <https://gith...
# webassembly
m
I'm trying to generate externals for https://github.com/bowser-js/bowser/, but no matter what I try, I either get
TypeError: _ref_Ym93c2Vy_.getParser is not a function
or
NullPointerException: null
and I'm not sure how to fix it. Usually I'd add
generateExternals = true
to npm() but it seems that's since been removed?
k
you could try to run the dukat manually https://github.com/Kotlin/dukat
m
I tried, but that results in
getParser is not a function
, and if I tell it to generate in the
bowser
JsModule, it also adds the JsNonModule annotation which doesn't work on WASM. I tried using only JsModule, but that errors with
NullPointerException: null