Zig + WASM.
Here’s how to compile and run a simple WebAssembly program with Zig 0.9.1. Save the following code to the filemain.zig: Install Zig (eg.brew install zig) then run this command in the same folder asmain.zig: We can now instantiate a WebAssembly runtime to execute the compiled code. Theaddfunction is an export of the instance. It can be invoked like any other function.
Read in full here:
This thread was posted by one of our members via one of our news source trackers.