wasm-pack build --target web
panics for hello_world
from a checked out repository
#1680
Labels
wasm-pack build --target web
panics for hello_world
from a checked out repository
#1680
Describe the Bug
wasm-pack build --target web
on thehello_world
example in a repository checkout gives a panic:Steps to Reproduce
examples/hello_world/
wasm-pack build --target web
Expected Behavior
wasm-pack build --target web
should not panic.Actual Behavior
wasm-pack build --target web
panics.Additional Context
There is no panic, if only the
hello_world
directory is downloaded, instead of checking out the repository.The text was updated successfully, but these errors were encountered: