Skip to content

Experimental python REPL for AMY (and maybe soon to be Tulip Desktop Web)

Notifications You must be signed in to change notification settings

shorepine/amyrepl

Repository files navigation

amyrepl

Experimental python REPL for AMY (and maybe soon to be Tulip Desktop Web)

build notes

in AMY (maybe make this a submodule here), do make web

That creates amy.js and amy.wasm and amy.aw.js in amy/docs, copy that here

move / put this on line 16 of amy.js - still figuring out why emscripten puts this in the wrong spot

globalThis.AudioWorkletModule = amyModule;

eg.

...
  return moduleArg.ready
}
);
})();

globalThis.AudioWorkletModule = amyModule;
if (typeof exports === 'object' && typeof module === 'object')
  module.exports = amyModule;
...

run python server.py, go to localhost:8000

About

Experimental python REPL for AMY (and maybe soon to be Tulip Desktop Web)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published