You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
We have a nice script for building examples now but it puts all generated wasm / js in the examples/static folder. This means that any static files for specific examples are ignored.
Proposed Change
Remove examples/static
Modify examples/build.sh to generate files in the example's static folder
The text was updated successfully, but these errors were encountered:
Problem
We have a nice script for building examples now but it puts all generated wasm / js in the
examples/static
folder. This means that any static files for specific examples are ignored.Proposed Change
examples/static
examples/build.sh
to generate files in the example'sstatic
folderThe text was updated successfully, but these errors were encountered: