Jonathan Österberg

Results 6 comments of Jonathan Österberg

2023, this project is still interesting! Any chance of reviving it?

From Discord channel: ElegantBeef: I've not done this in C or Rust, but the way I do it is call the malloc, then us m3GetMemory and copyMem https://github.com/beef331/wasm3/blob/master/src/wasm3.nim#L180-L192 In Nim...

I also seem to have issue building on MacOS. This has not been fixed right? ``` ~/programming/vonuvoli-scheme (development): cargo +nightly build Compiling vonuvoli-scheme v0.0.7 (/Users/jonathanosterberg/programming/vonuvoli-scheme) error[E0425]: cannot find value `RUSAGE_THREAD`...

@cipriancraciun I did some quick hackaround but not sure how to test out if it actually works. I expected this to work (i.e. running cargo run --bin vonuvoli-scheme-interpreter ./examples/benchmark--controls.ss )...

Yes, and thanks for the blazingly fast response! I will look into it a bit and post here if I make some progress.