MichaReiser / speedy.js

Accelerate JavaScript Applications by Compiling to WebAssembly
MIT License
347 stars 19 forks source link

Use `read` function of SpiderMonkey to read WASM Module #41

Closed MichaReiser closed 7 years ago

MichaReiser commented 7 years ago

SpiderMonkey neither supports the fetch, the process nor fs api. Therefore, use the read built in read function instead.