Web49 icon indicating copy to clipboard operation
Web49 copied to clipboard

Can you provide lua_push, lua_call and other interfaces like lua?

Open rppp opened this issue 2 years ago • 3 comments

I want to use web49 to interact with native. I found web49 call native easy but not vice versa.

This is a great project and I love it.

rppp avatar Feb 09 '23 09:02 rppp

Interesting Idea, what do you think of the LuaJIT FFI vs the c-api approach?

ShawSumma avatar May 07 '23 11:05 ShawSumma

I'll add a way to invoke a string of wasm... eventually.

ShawSumma avatar May 07 '23 11:05 ShawSumma

Interesting Idea, what do you think of the LuaJIT FFI vs the c-api approach?

I am not familiar with luaJIT FFI, I feel that cpython API is the best because it is the most widely used

rppp avatar May 08 '23 02:05 rppp