Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building shortcuts #95

Open
3 tasks
sverhoeven opened this issue Jun 22, 2020 · 0 comments
Open
3 tasks

Building shortcuts #95

sverhoeven opened this issue Jun 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sverhoeven
Copy link
Member

The guide uses shortcuts for building/deployment you would not take if you made a real web application/service.

  1. You don't compile pybind11 yourself, but let a build system like setup.py or cmake do it, see https://pybind11.readthedocs.io/en/master/compiling.html
  2. You don't call emcc yourself, but let a build system like emconfigure, emmake or package.json do it, see https://emscripten.org/docs/compiling/Building-Projects.html#integrating-with-a-build-system
  3. If WebAssembly module is re-usable you publish it to npmjs
@sverhoeven sverhoeven added the enhancement New feature or request label Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant