em-shell
em-shell copied to clipboard
busybox running in browser
fix chrome console error msg ``` Refused to execute script from 'https://tbfleming.github.io/em-shell/bin/busybox' because its MIME type ('application/octet-stream') is not executable. ```
It would probably work again if you use explicit `.wasm` extension
How do I create a `emgcc` link? I tried `ln -s $(which emcc) emgcc` in busybox directory, but busybox build process can't discover it. Also, ```shell cd em-busybox ln -s...
MacOS Mojave, Chrome 73 ``` worker.js:220 Refused to execute script from 'https://tbfleming.github.io/em-shell/bin/busybox' because its MIME type ('application/octet-stream') is not executable. (anonymous) @ worker.js:220 ```
Hi, I have a large C program ( github.com/gap-system/gap ) I have compiled to wasm with emscripten. I was looking for a nice terminal to use it with. Should I...