Skip to content

Commit

Permalink
Correct WASM glue, updated WASM libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Sep 23, 2019
1 parent 6aa2f23 commit b8a0c93
Show file tree
Hide file tree
Showing 7 changed files with 2,808 additions and 946 deletions.
2 changes: 1 addition & 1 deletion architecture/faust/dsp/poly-wasm-dsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ EMSCRIPTEN_BINDINGS(CLASS_wasm_dsp_poly_factory) {
EMSCRIPTEN_BINDINGS(CLASS_dsp_poly)
{
class_<dsp_poly>("dsp_poly")
.constructor()
.constructor<dsp*>()
// DSP API
.function("getNumInputs", &dsp_poly::getNumInputs, allow_raw_pointers())
.function("getNumOutputs", &dsp_poly::getNumOutputs, allow_raw_pointers())
Expand Down
2 changes: 1 addition & 1 deletion architecture/webaudio/libfaust-glue.js

Large diffs are not rendered by default.

Binary file modified architecture/webaudio/libfaust-glue.wasm
Binary file not shown.
Loading

0 comments on commit b8a0c93

Please sign in to comment.