Olivier Goffart
|
49d2aec7e2
|
Node: add possibility to add signal handler
Right now, this only works once and then panic the second time
|
2020-06-04 12:49:33 +02:00 |
|
Olivier Goffart
|
5ee09398e8
|
Node: Allow to init properties to value
|
2020-06-03 17:33:45 +02:00 |
|
Olivier Goffart
|
30d61452ba
|
Interpreter and node API: some refactoring towards being able to set properties from JS
|
2020-06-03 17:33:43 +02:00 |
|
Olivier Goffart
|
fd829fc89f
|
Some more refactoring of the interpreter
Move the content of lib.rs to a module so we can have some
kind of public api in the lib.rs
|
2020-06-03 17:33:26 +02:00 |
|
Olivier Goffart
|
0a48252702
|
Interpreter: implement the ComponentVTable properly
with the drop and construct function
|
2020-06-03 17:33:26 +02:00 |
|
Olivier Goffart
|
8cfde5be5e
|
Refactor the creation of dynamic type in the viewer
Put the creation of dynamic type in another module.
Respect the alignement.
|
2020-06-03 17:33:26 +02:00 |
|
Olivier Goffart
|
a8f02df642
|
Refactor the viewer into a binary, and an interpreter crate
The interpreter can be used from other crates such as the test or the JS for example
|
2020-06-02 17:05:48 +02:00 |
|