Files
RustPython/vm
coolreader18 ca30ebcf5d Genericize the wasm lib to not be specifically for the demo
This included changing RustObjectKind::RustFunction.function to be
a `Box<Fn()>` instead of a `fn()` to support closures.
2018-12-24 15:28:49 -06:00
..
2018-07-07 17:14:45 +02:00
2018-11-25 23:20:10 +01:00