0

By default, Compose/WasmJS is loaded from the root path wasmJsMain/resources/index.html.

I'm trying to create a another path in the website like so:

wasmJSMain/
|
+-resources/
  |
  +-index.html
  |
  +-path/
    |
    +-index.html

However, when I load up http://localhost:8080/path, I get 404s for all references to composeResources: MissingResourceException: Missing resource with path: ./composeResources/my.package.name/drawable/compose-multiplatform.xml

How do you access composeResources from a non-root path in Compose/WasmJS?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.