With wonderful help from friends [1], here are steps that enabled the jsint_roguewasm example on my machine:
- edit
index.jsto import from./pkg/roguewasminstead of./roguewasm - edit
src/lib.rsto import from../indexinstead of./index - in
build.sh, replace thewasm-bindgencommand withwasm-pack build
[1] - Many thanks to Chris Macrae and Evan Theriault