Avatar
wasmtime と Wasmer は実際に試してダメだったので issue を見ていたんですが,それぞれこの issue が解決しないと多分できないだろうと思ってます.
Motivation Hello again! Wasmer has become a core part of a plugin system I maintain for Zellij, but one of my plugins (a file-browser) chokes on absolute symlinks! thread 'wasm' panicked at...
Test Case #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> int main(int argc, char *argv[]) { chdir(argv[1]); if(fopen...