It would be interesting to have a version of the runtime which does not depend on JavaScript, probably by linking against wasi-libc.
Some features would not be supported:
- weak pointers
- preserving sharing during marshaling.
Bigarrays would need to be reimplemented using Wasm arrays instead.
It would be interesting to have a version of the runtime which does not depend on JavaScript, probably by linking against wasi-libc.
Some features would not be supported:
Bigarrays would need to be reimplemented using Wasm arrays instead.