Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Apr 20, 2024
1 parent e286c01 commit 721b997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musical-leptos/src/my-wasm-processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class MyWasmProcessor extends AudioWorkletProcessor {

let [module, foobar] = options.processorOptions;

// TODO: this is wrong. i think we need a dedicated wasm module for the processor
WebAssembly.instantiate(module)
.then(obj => {
this.wasmInstance = obj.instance;
Expand Down

0 comments on commit 721b997

Please sign in to comment.