I noticed that all the build targets use wasm-pack build --target no-modules ....
Is --target no-modules required? It prevents me from calling external js functions from within my app.
Thanks!
Brian
@bgourlie Could you test it with branch in related PR? (web instead of no-modules)
I modified my current project according to the changes in your branch, and it worked!
@bgourlie Can we close it?
Yep!
Most helpful comment
@bgourlie Could you test it with branch in related PR? (
webinstead ofno-modules)