rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 192 forks source link

typed array such as Int32Array undefined #313

Closed itkin closed 9 months ago

itkin commented 10 years ago

Hello,

I was looking to execute some js library server side, but got this error "Int32Array is undefined"

Was wondering if there is any quick and easy possibility to add this constructor and its dependencies (tried to load some typedarray emulation libs found on the web but all what i've found so far break the code - which runs fine on modern browsers)

Thanks in advance !

cowboyd commented 10 years ago

@itkin I'd be happy to pair with you on it to explore adding this support. Do you have a time that works for you?

cowboyd commented 9 years ago

This is not supported, but would love to add this feature.