gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.08k stars 650 forks source link

Bug with string functions #729

Open m0ose opened 2 years ago

m0ose commented 2 years ago

Fixed bug and added test regarding functions as strings not working. The code below was not working.

kernel.addFunction(`function frodo(a){
    return a + 1
  }`)