MCPcopy Create free account
hub / github.com/csound/csound / writeToFS

Method writeToFS

Emscripten/module/src/CsoundNode.js:96–98  ·  view source on GitHub ↗

Writes data to a file in the WASM filesystem for * use with csound. * * @param {string} filePath A string containing the path to write to. * @param {blob} blobData The data to write to file.

(filePath, blobData)

Source from the content-addressed store, hash-verified

94 * @param {blob} blobData The data to write to file.
95 */
96 writeToFS(filePath, blobData) {
97 this.port.postMessage(["writeToFS", filePath, blobData]);
98 }
99
100 /**
101 *

Callers 1

CopyUrlToLocalFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected