wasm-bindgen snippets aren't included #40
Labels
assets
Build pipelines for specific asset types
bug
Something isn't working
cli
Trunk CLI application
good first issue
Good for newcomers
Milestone
wasm-bindgen has the ability to automatically include javascript files referenced in the code:
It does this by including these referenced files in a directory called "snippets" which is located in the output directory.
They are then imported in the
index.js
file:Trunk doesn't seem to handle this right now so these snippets aren't included in the output.
The text was updated successfully, but these errors were encountered: