webassembly
webassembly copied to clipboard
Working examples
Considering submitting a PR adding an examples folder with proper npm scripts/build process in place for users to easily npm install && npm start to get up and running.
Thoughts? Would this be likely to get accepted?
Edit: I've missed this PR https://github.com/dcodeIO/webassembly/pull/3/commits/ca9b1950b73831fa6786a257f2fa1ab2a512a593, it would be a more in depth version of this I guess
Sure, why not. The reason why I didn't merge the other PR yet merely is that one could simply copy-paste the README examples for the same result I guess. Ideally, each example should also have its own package.json depending on this package so that any commands within it can use real-world syntax instead of pointing to the internal binaries.
Awesome. I was thinking the same with the package.json. I'll PR and will likely add more in the future