lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am rewriting it because i want to use it in webassembly.
There is a long history, but basically Rust applications cannot use C FFI when targeting browser/wasm (known as wasm32-unknown-unknown),
so for lua to work on rust + wasm, we need a pure rust implementation.

for reference, https://github.com/khvzak/mlua/issues/23 .

On Wed, 28 Dec 2022 at 11:01, bil til <biltil52@gmail.com> wrote:
Am Mi., 28. Dez. 2022 um 05:18 Uhr schrieb Red Artist <redartofcode@gmail.com>:
>I am trying to write a pure rust implementation of Lua5.4.

... sorry for this really stupid question I am frightened ...: I
cannot find any reasonable translation for this into German, not even
in deepl.com... .

You want to write a version of Lua 5.4 which strips down the amount of
needed ROM from the 80 kByte to lower level? ... also also the RAM
usage from 20-30kByte to lower level?

(what levels do you dream of? ... or do you have other "main targets"
of such "stripping process"?