mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-25 15:57:44 +08:00
Javascript bindings (#14)
* Initial version ready - bindings are in `bindings/emscripten.cpp` - minimal Javascript example is in `examples/ggwave-js` * add npm package + add test-ggwave.js * js : rename export name to "ggwave_factory" * update to v0.1.5 * Update README.md * npm : add npm-publish target
This commit is contained in:
3
examples/ggwave-js/CMakeLists.txt
Normal file
3
examples/ggwave-js/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
set(TARGET ggwave-js)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/index-tmpl.html ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${TARGET}/index.html @ONLY)
|
||||
Reference in New Issue
Block a user