webassembly icon indicating copy to clipboard operation
webassembly copied to clipboard

Working examples

Open mini-eggs opened this issue 8 years ago • 2 comments

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

mini-eggs avatar Jun 06 '17 16:06 mini-eggs

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.

dcodeIO avatar Jun 06 '17 22:06 dcodeIO

Awesome. I was thinking the same with the package.json. I'll PR and will likely add more in the future

mini-eggs avatar Jun 06 '17 22:06 mini-eggs