kanaka / wac

WebAssembly interpreter in C
Other
472 stars 46 forks source link

Arm support? #5

Open beriberikix opened 7 years ago

beriberikix commented 7 years ago

Have you looked into targeting the GNU Arm Embedded Toolchain so that WASM can run on Arm-based microcontrollers?

kanaka commented 6 years ago

@beriberikix Sorry for the delayed reply. I was just looking back through this and discovered that I had never replied to this. I would be happy to support additional toolchains. Although I have a fair bit of experience with toolchains and cross-compilation, I won't have time for a while (deep in an unrelated PhD currently). However, I'm happy to take clean pull requests that add support.

grassel commented 5 years ago

I have developed basic ARM support based on the great works by @kanaka, available at grassel/wac-esp .

beriberikix commented 5 years ago

I look forward to trying it out tonight!

bitraft commented 5 years ago

@grassel , the link is 404.

grassel commented 5 years ago

@changloong , I updated the link to the new repo where you can find an early port of WAC to ESP32.